> From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
> Subject: RE: Running out of tomcat threads - why many threads
> inRUNNABLEstage even with no activity
> 
> > > - Setting connectionTimeout in server.xml seems to have resolved
> > > the issue
> 
> Only because you're throwing away what appears to be a usable
> connection that's designed to be persistent.

Do you have something between Tomcat and httpd that could be silently closing 
connections?  (Some badly behaved firewalls are known to do this.)  That would 
make the existing AJP connections useless, without notifying the Tomcat threads 
that the connection is no longer there.  Setting the timeout would allow those 
connections to be discarded and new ones created.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


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

Reply via email to