You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/04/09 23:59:06 UTC

svn commit: r646559 - /tomcat/trunk/webapps/docs/config/ajp.xml

Author: markt
Date: Wed Apr  9 14:59:05 2008
New Revision: 646559

URL: http://svn.apache.org/viewvc?rev=646559&view=rev
Log:
Fix bug 44785. Correct deafult maxThreads for AJP connector.

Modified:
    tomcat/trunk/webapps/docs/config/ajp.xml

Modified: tomcat/trunk/webapps/docs/config/ajp.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/ajp.xml?rev=646559&r1=646558&r2=646559&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/trunk/webapps/docs/config/ajp.xml Wed Apr  9 14:59:05 2008
@@ -253,7 +253,7 @@
       <p>The maximum number of request processing threads to be created
       by this <strong>Connector</strong>, which therefore determines the
       maximum number of simultaneous requests that can be handled.  If
-      not specified, this attribute is set to 40. If an executor is associated
+      not specified, this attribute is set to 200. If an executor is associated
       with this connector, this attribute is ignored as the connector will 
       execute tasks using the executor rather than an internal thread pool.</p>
     </attribute>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org