You are correct, I am using Windows. I have added antiJARLocking="true" and also added antiResourceLocking="true" and it's still not working. Is there anything special I need to do to get this to work. I added this inside of my conf/context.xml file. <Context path="/test" docBase="test" debug="1" reloadable="true" antiJARLocking="true" antiResourceLocking="true"/>
When I undeploy test.war goes away, but the test directory does not? Everything in the test directory is gone except for the 6 .jar files under lib. So nothing changed when I added those two fields. JT On Tue, Apr 21, 2009 at 11:14 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: JT [mailto:jltoo...@gmail.com] > > Subject: Re: Undeploy does not delete all .jar files > > > > When I look under webapps I see that my exploded application > > directory is still there and if I look inside of the directory > > everything has been deleted except for 6 .jar files > > You appear to be running under Windows, although you haven't explicitly > said so. You likely need to enable antiJarLocking for the <Context> of > interest: > http://tomcat.apache.org/tomcat-5.5-doc/config/context.html > > - 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 > >