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 2001/09/15 17:38:13 UTC

DO NOT REPLY [Bug 3597] - Shutting down takes *ages*

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





------- Additional Comments From craig.mcclanahan@sun.com  2001-09-15 08:38 -------
You've got something wierd going on, all right.  The standard install shuts down
(as measured by checking for ps to go away) in 4 seconds with the standard mix
of webapps. (Pentium 3, 800mHz, Red Hat 7.1, Sun JDK 1.3.1).

A significant difference in my log is that the "Removing web application" lines
all fire on the same second, while you've got almost a minute gap between the
manager (which does nothing in its destroy() method) and ROOT web app.

What build of Tomcat did you try this with?  Please try with RC2.

What JDK are you running?

What version of Linux are you running?

Did this just start happening recently, or has it always been happening?

(I'm suspicious that something is strange in the network layer of the JDK or the
OS on your box).