Hi all.

The tomcat documentation says the following:
If the web application is packaged as a WAR then /META-INF/context.xml
will be copied to $CATALINA_BASE/conf/[enginename]/[hostname]/ and
renamed to match the application's context path. Once this file
exists, it will not be replaced if a new WAR with a newer
/META-INF/context.xml is placed in the host's appBase.

However, each time I upload a new WAR the existing context.xml gets
deleted and replaced with the one inside the WAR file (which is just a
default). So I lose all my configuration details.

I have googled and it seems this is a common problem. Any help ?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to