> From: Jones, Keven [mailto:keven.jo...@ncr.com]
> Subject: RE: Tomcat maxThreads Issue
> 
>     <!-- Define an AJP 1.3 Connector on port 8009 -->
>     <Connector port="8011"
>         enableLookups="false" protocol="AJP/1.3" redirectPort="8443" />

This is the connector Mark was referring to (he should have said AJP, not APR). 
 Since you have no maxThreads attribute, it defaults to 200, which may or may 
not be appropriate for your expected load.

The real question is what are those 200 threads doing?  Try taking a couple of 
thread dumps when you get into the problem and see what they're stuck on.

>     <Engine name="Standalone" defaultHost="localhost"
> jvmRoute="mweb3a">

You really should have the <Engine> and <Service> names the same, to keep JMX 
happy.

 - 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