Shapira, Yoav wrote:
Hi,
The most common reason for failed shutdowns as you describe, i.e. Tomcat
closing but some threads (and therefore the JVM process) still alive, is
your app (or libraries used by your app) starting up non-daemon threads
and not shutting them down on exit. The JVM cannot shut those down for
you, and it cannot exit.
I deleted all the web apps, so I don't have anything except the container running and still the same problem. Strange... /r
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
