You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/02/16 04:03:46 UTC

DO NOT REPLY [Bug 17105] - Even after stopping the application using the Tomcat Manaqer, can not remove struts.jar file.

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=17105>.
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=17105

Even after stopping the application using the Tomcat Manaqer, can not remove struts.jar file.

awkay69@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From awkay69@yahoo.com  2003-02-16 03:03 -------
This is not a struts issue. When you stop a webapp with Tomcat, Tomcat is
allowed to keep whatever classes that correspond to that webapp in memory (in
this case, your web.xml file names the ActionServlet as the webapp entry point).
Your problems can be related to garbage collection and simple cache management
in the server.

If you remove the application using Tomcat manager (instead of just stopping
it), you may have better luck. Better yet, deploy with the catalina-ant.jar Ant
tasks to install and remove your app (see the Deploy and Undeploy tasks), and
you won't have to worry about ever deleting files in a webapps directory.

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