markt-2 wrote:
> 
> On 06/04/2010 13:03, kapilok wrote:
>> 
>> I need to restart tomcat after the error:
>> Recover from SEVERE: All threads (400) are currently busy, waiting.
>> Increase
>> maxThreads (400) or check the servlet status
>> 
>> This happens when the Database gets overloaded and responds slowly.
>> 
>> I would like tomcat to recover (without having to restart), once I have
>> solved the database overload issue (which takes a few minutes).
>> 
>> I am using Tomcat 5.5.20 on Windows Server 2003.
>> 
>> Please advise.
> 
> Tomcat shouldn't need to restart in this case. It should recover
> automatically. If it doesn't, that suggests your applciation is not
> handling the lack of response from the database in a graceful manner.
> 
> Mark
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 

Does Tomcat guarantee recovery in case of this Error? Can you point me to
the documentation ?
Please suggest a way to test / validate the recovery.

Thanks,
Kapil

-- 
View this message in context: 
http://old.nabble.com/Recover-from-SEVERE%3A-All-threads-%28400%29-are-currently-busy%2C-waiting.-Increase-maxThreads-%28400%29-or-check-the-servlet-status-tp28150773p28153331.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to