> From: JT [mailto:jltoo...@gmail.com]
> Subject: Re: Undeploy does not delete all .jar files
> 
> I added this inside of my conf/context.xml file.

That was pointless - that pretty much corrupts everything.  The 
conf/context.xml file is used *only* for specifying attributes that you want 
common to *all* webapps.  Including a path or docBase attribute is 
non-sensical, and its effect is undefined when used there.  Put that file back 
to the way it was.  Create a context.xml file in your webapp's META-INF 
directory to contain *just* the antiJARLocking and antiResourceLocking 
attributes; do *not* set path or docBase, since they are illegal in this 
instance.

Stop Tomcat, make sure there's no conf/Catalina/[host]/[appName].xml file 
present, replace your .war file with the updated one, delete the expanded 
directory, and delete everything under Tomcat's work directory, then restart 
Tomcat and see what happens.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to