> From: Len Popp [mailto:[EMAIL PROTECTED]
> Subject: Re: where to place context configuration
>
> So, the server admin can configure the DB server etc. by editing the
> file under the conf dir, but every time they deploy a new version of
> the app the settings are auto-wiped?

Depends on how the redeployment is done.  If the webapp is specifically 
undeployed, then all traces of it are removed, including the 
conf/Catalina/[host]/[appName].xml file; see Mark T's message for details:
http://marc.info/?l=tomcat-user&m=121873999115208&w=2

If you just want to replace the webapp, then dropping in a new .war file will 
not lose the element in conf/Catalina/[host]/[appName].xml file, but things may 
not be cleaned up properly, especially on Windows systems where the 
anti-locking mechanisms are employed.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to