You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/08 17:03:48 UTC

DO NOT REPLY [Bug 15661] - [PATCH] Removal of WorkDir on undeploy

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15661

[PATCH] Removal of WorkDir on undeploy

rsteele@pharmanet.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Removal of WorkDir on       |[PATCH] Removal of WorkDir
                   |undeploy                    |on undeploy



------- Additional Comments From rsteele@pharmanet.com  2003-07-08 15:03 -------
This patch (and the previous bugzilla attachment) is for version 4.1.24:

---
src/catalina/src/share/org/apache/catalina/servlets/ManagerServlet.java.orig
2003-03-19 04:18:38.000000000 -0500
+++ src/catalina/src/share/org/apache/catalina/servlets/ManagerServlet.java
2003-07-07 16:08:58.000000000 -0400
@@ -1226,7 +1226,7 @@
                 writer.println(sm.getString("managerServlet.noSelf"));
                 return;
             }
-            deployer.remove(path);
+            deployer.remove(path,true);
             if (docBaseDir.isDirectory()) {
                 undeployDir(docBaseDir);
             } else {

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org