Hello,

I have test environment with tomcat 5.0.30 on Debian testing. Test
application is configured as such:
<Context path="/test" docPath="/home/test" reloadable="true"></Context>

Evrything is working fine, except when trying to deploy new application.
Which is done by simply deleting old content and puting new jsp pages,
libs and compiled classes. After that, tomcat removes application context
(response is "The requested resource (/test) is not available"). Logs
show only few errors about null pointers, missing classes, etc.  (which is
ok, because of deleting and copying).
After restasrting tomcat, everything works fine.

How to prevent tomcat to remove application? Is this behavior normal?

DJ

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to