tomcat - How to preserve xml configuration when redeploying using update? -
i'm using tomcat manager deploy war files. update war use following url:
http://localhost:8080/manager/deploy?path=/example&war=file:/path/example.war&update=true the problem using this, xml configuration (under catalina/localhost/example.xml), erased.
how can preserve it?
place configuration in webapp's meta-inf/context.xml , tomcat take care of rest.
Comments
Post a Comment