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 Windows. Add

antiResourceLocking="true"

to your global Context.xml like:

<Context reloadable="true" antiResourceLocking="true">

That worked for me.

regards
Veit


wolverine my schrieb:
> 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) and followed by the
> undeploy, the problem still the same.
>
> Do you have any idea?
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to