> glenn       01/12/26 03:00:55
>
>   Modified:    catalina/src/share/org/apache/catalina/startup
Catalina.java
>   Log:
>   Something changed recently causes the catalina java
>   process to hang at this point on shutdown unless there is an
>   explicit System.exit().  Could this have something to do with
>   the STM changes?

It does work fine for me. The change is a bad idea anyway, since the
shutdown is asynchronous (it would be almost equivalent to not attemping to
shutdown and kill the process).

>   Moved the removeShutdownHook() call after server.stop() to ensure
>   that server.stop() doesn't get called a second time by the
>   CatalinaShutdownHook.

Remy


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to