docker jboss7 war commit. Server boot failed in an unrecoverable manner

后端 未结 3 1382
误落风尘
误落风尘 2021-02-19 23:39

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         


        
3条回答
  •  后悔当初
    2021-02-20 00:14

    I had the same problem and fixed it by deleting

    /standalone/configuration/standalone_xml_history/current
    

    Try adding this line in your docker file

    RUN rm -rf /usr/local/share/jboss/standalone/configuration/standalone_xml_history/current
    

提交回复
热议问题