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