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:
http://tomcat.apache.org/tomcat-5.5-doc/config/host.html


Even if Tomcat won't undeploy your application, there still will be
questions on how it will behave if your disk will suddenly disappear.
There might be 404/500/503 errors showing up. You may need to restart
your application to get rid of some of them.


See also
- "reloadable" attribute of Context
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html
- "development" mode of Jasper
http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html


Best regards,
Konstantin Kolinko

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

Reply via email to