Bug 44785

Summary: Documentation f the MaxThread default value for AJP connector
Product: Tomcat 6 Reporter: lionel crine <lcrine>
Component: DocumentationAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P5    
Version: 6.0.16   
Target Milestone: default   
Hardware: PC   
OS: Linux   
URL: http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html

Description lionel crine 2008-04-09 07:08:07 UTC
Hello,

The maxThread value of the AJP connector is 200 by default.
But the documentation indicates a value of 40 which is wrong

AJP connector uses the org.apache.tomcat.util.threads the set up this value.


-------------

maxThreads	

The maximum number of request processing threads to be created by this Connector, 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 with this connector, this attribute is ignored as the connector will execute tasks using the executor rather than an internal thread pool.

-------------

Thanks,
Lionel
Comment 1 Mark Thomas 2008-04-09 14:58:27 UTC
This has been fixed in trunk and proposed for 6.0.x
Comment 2 Mark Thomas 2008-04-17 12:11:50 UTC
The patch has been applied to 6.0.x and will be in 6.0.17 onwards.