Hello Mark,

It started working with the following:

<Context reloadable="true" antiJARLocking="true" antiResourceLocking="true">
Indeed the attributes are case sensitive. Thank you so much for your help.

Regards,
Amit Parmar.

On Tue, Jun 8, 2010 at 7:59 PM, Mark Thomas <ma...@apache.org> wrote:

> 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
>
>

Reply via email to