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

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -