How to prevent Tomcat 5.5 from undeploying applications

2010-01-07 Thread Jean-Claude_Carriere
We have a Tomcat 5.5.17 with a approot.xml file in conf\Catalina\localhost just pointing to a shared disk location ?xml version=1.0 encoding=UTF-8? Context docBase=G:/ibi/apps /Context If for any reason/technical problem this disk is temporarily not available Tomcat undeploy the

Re: How to prevent Tomcat 5.5 from undeploying applications

2010-01-07 Thread Peter Crowther
2010/1/7 jean-claude_carri...@ibi.com: We have a Tomcat 5.5.17 with a approot.xml file in conf\Catalina\localhost just pointing to a shared disk location [...] How can we prevent this from happening, because whenever the disk is back online, someone has to manually copy back the context root

Re: How to prevent Tomcat 5.5 from undeploying applications

2010-01-07 Thread Mark Thomas
On 07/01/2010 16:49, jean-claude_carri...@ibi.com wrote: How can we prevent this from happening, because whenever the disk is back online, someone has to manually copy back the context root into the location. Turn off autoDeploy Mark

Re: How to prevent Tomcat 5.5 from undeploying applications

2010-01-07 Thread Konstantin Kolinko
2010/1/7 Mark Thomas ma...@apache.org: On 07/01/2010 16:49, jean-claude_carri...@ibi.com wrote: How can we prevent this from happening, because whenever the disk is back online, someone has to manually copy back the context root into the location. Turn off autoDeploy Documentation: