"Craig R. McClanahan" <[EMAIL PROTECTED]> wrote:
> Indeed, a thread dump after the shutdown command is executed shows a bunch
> of active threads, including those suspended by a wait() at:
> org.apache.tomcat.util.threads.ThreadPool$MonitorRunnable.run(ThreadPool.java:
> 407)
> org.apache.tomcat.
> With the latest and greated J-T-C code, the HEAD branch of Tomcat 4
> doesn't shut down cleanly. Usually, this implies that somebody forgot to
> mark their threads as daemon threads (or otherwise clean them up at
> shutdown time).
>
> Indeed, a thread dump after the shutdown command is executed
With the latest and greated J-T-C code, the HEAD branch of Tomcat 4
doesn't shut down cleanly. Usually, this implies that somebody forgot to
mark their threads as daemon threads (or otherwise clean them up at
shutdown time).
Indeed, a thread dump after the shutdown command is executed shows a bu