From c9f27f8180f68d0a1e5856ecb04366a902673142 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 9 Apr 2008 21:59:05 +0000 Subject: [PATCH] Fix bug 44785. Correct deafult maxThreads for AJP connector. git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@646559 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/config/ajp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/config/ajp.xml b/webapps/docs/config/ajp.xml index 8322238e0..42a076526 100644 --- a/webapps/docs/config/ajp.xml +++ b/webapps/docs/config/ajp.xml @@ -253,7 +253,7 @@

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 + 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.

-- 2.11.0