You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Jiang, Jane (NIH/NCI) [C]" <ji...@mail.nih.gov> on 2007/05/21 18:29:02 UTC

Tomcat 5.5.23 undeploy file locking problem

Hi,

 

I am having problem undeploying my web application.  I added
antiJARLocking="true" to the context.xml file and found 5 jar files
still left in the web-inf/lib directory.  Then I added
antiResourceLocking="true", now I have one jar file,
aopalliance-1.0.jar, left after I undeployed the application.  

 

Is there anything else I can do to solve this issue?  We are switching
from JRun to Tomcat.  I am setting up build scripts for developers.  We
will lose lots of time on deployment if we have to stop the container to
remove this one file every time.

 

Thanks a lot for your help,

 

Jane