Kevin Jackson wrote:
Has anyone else experienced a problem with tomcat6 not cleanly
shutting down?  I do testing etc on windows too and I notice from time
to time that shutdown.bat will sometimes fail to cleanly shutdown
tomcat, so I think the problem is in bootstrap.jar (Catalina.stop),
and nothing to do with our linux environment
Hi Kevin,

I have occasionally seen this problem, but every time I have seen it is due to a poorly written JEE application. For example I have seen in Tomcat 5.5 if the JEE application creates a thread but due to some problem or exception it does not remove the thread, tomcat will not shutdown. What makes you think that the problem is with Tomcat and not with one of the applications you are running?

That said, I have had all sorts of similar problems with Redhat and Ubuntu pre-packaged installations (ie RPM's and apt-get packages). I have since given up on using packages and installing a clean version of tomcat/java per server. I have not had any trouble since!

Best Regards,
Jacob

--
_________________________________________________
Jacob Rhoden
Application Architect
Systems Development and Integration
University of Melbourne

Phone: +61 3 8344 2884



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to