> From: mocherla14 [mailto:[EMAIL PROTECTED]
> Subject: Tomcat5.5 webserver unstable
>
> Dec 5, 2006 11:33:07 AM
> org.apache.tomcat.util.threads.ThreadPool logFull
> SEVERE: All threads (200) are currently busy, waiting.
Take a thread dump of the situation and find out where the threads are
e
This looks more like your application(s) is keeping the threads busy. So
tomcat is running out of free threads/workers to handle the incoming
requests.
You are either having a generic problem in your application where your
application is not closing the request hence keeping the thread occupied,