Re: UndeployTask did not delete webapps directory

2006-08-19 Thread wolverine my
You are right, Veit Guna! I'm using Tomcat 5.5 on Windows XP and the problem is solved after I added the attribute antiJARLocking="true" in the Context. On 8/19/06, Veit Guna <[EMAIL PROTECTED]> wrote: Hi. I guess you're using Tomcat under Windows. There's a problem with freeing resoures unter

Re: UndeployTask did not delete webapps directory

2006-08-19 Thread Veit Guna
Hi. I guess you're using Tomcat under Windows. There's a problem with freeing resoures unter Windows. Add antiResourceLocking="true" to your global Context.xml like: That worked for me. regards Veit wolverine my schrieb: > Hi! > > What could be the reason the org.apache.catalina.ant.Undep

UndeployTask did not delete webapps directory

2006-08-18 Thread wolverine my
Hi! What could be the reason the org.apache.catalina.ant.UndeployTask did not delete my application context directory from webapps? It deleted all the files except the webapps/dummyapp/WEB-INF/lib some of the JARs are deleted but some are not... I tried to stop (org.apache.catalina.ant.StopTask