Tuesday, June 3, 2008

Set tomcat not to lock any file

Try create context.xml in META-INF:

<Context antiResourceLocking="true" antiJARLocking="true">
</Context>

and redeploy web app.

Tested on Tomcat 5.5

No comments:

Post a Comment