I'm unsure if this will fix your problem but try this:
Add a META-INF folder at the same folder level as WEB-INF. Add a context.xml file to the META-INF folder with the following:
Code:
<Context reloadable=”true” antiResourceLocking=”true”> </Context>
However please read the documentation on these properties. http://tomcat.apache.org/tomcat-5.5-...g/context.html Using these properties will impact startup time and the possibility to hotdeploy jsp's. Not sure if there will be issues with webscripts/surf stuff.