Cleanly shutdown tomcat

2007-10-22 Thread Kevin Jackson
this isn't the best solution. 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

Re: Cleanly shutdown tomcat

2007-10-22 Thread Kevin Jackson
Hi, 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.

Re: Cleanly shutdown tomcat

2007-10-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, Kevin Jackson wrote: Yes we are using the pure java version (not rpm package) for this reason. Then where did the /etc/init.d/tomcat.sh come from? Did you roll your own? Did you copy the packaged version and configure it to work with the