Is there some way to deploy .war files into Jboss-as7 running inside a docker container
Because my jboss server seems to fail after a docker commit.
Coul
Not a real solution, but a workaround:
supervisorctl stop jboss
mv /usr/local/share/jboss/standalone/configuration/standalone_xml_history/current /usr/local/share/jboss/standalone/configuration/standalone_xml_history/20140116-034913551
(or some other timestamp)docker commit -run='{"Cmd": ["/usr/bin/supervisord"]}' `dl` secondversion
That image (secondversion) then runs fine if you start it up.