On 08/06/2010 11:52, Amit Parmar wrote: > Now when I again create the mywebapps.war as mentioned above, when Tomcat is > running, everything except two jars in WEF-INF/lib directory from the > mywebapps context directory is deleted.
Which JARs? > 2) How did you set these? > ANS : In the Tomacat_Home/conf/context.xml I have added the following > attributes in Context tag: > <Context reloadable="true" antijarlocking="true" antiresourcelocking="true"> Those attributes will have no effect. Attribute names are case sensitive. Fix the case and see if that helps. >>> Tomcat : 5.5.25 An upgrade to Tomcat 6.0.26 may help. It has a number of additional protections that may prevent the JARs from being locked in the first place. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org