DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29286

Undeploy App does not delete WAR file





------- Additional Comments From [EMAIL PROTECTED]  2004-07-13 22:52 -------
Using the Process Explorer tool here:
http://www.sysinternals.com/ntw2k/freeware/procexp.shtml, I confirmed that the
java.exe process that is created when running Tomcat 5.0.25 does indeed hold a
handle to the .war file, which prevents its deletion.  The handle is open when
the webapp is running as well as after the webapp is removed.  Under 5.0.19, the
.war file has no handle open while the webapp is running.  If I forcefully close
the handle using the PE tool, I can delete the .war file using Windows Explorer,
but not before.  Killing or stopping the Tomcat service also releases the file
handle, but obviously the handle should be closed without doing any of that.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to