Author: markt
Date: Tue Apr 15 10:26:30 2008
New Revision: 648346

URL: http://svn.apache.org/viewvc?rev=648346&view=rev
Log:
Correct default maxThreads for AJP connector

Modified:
    tomcat/tc6.0.x/trunk/STATUS.txt
    tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml

Modified: tomcat/tc6.0.x/trunk/STATUS.txt
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=648346&r1=648345&r2=648346&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/STATUS.txt (original)
+++ tomcat/tc6.0.x/trunk/STATUS.txt Tue Apr 15 10:26:30 2008
@@ -82,12 +82,6 @@
   +1: jfclere, rjung, fhanik, remm
   -1:
  
-* Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=44785
-  Correct default maxThreads for AJP connector
-  http://svn.apache.org/viewvc?rev=646559&view=rev
-  +1: markt, remm, pero
-  -1:
-
 * Clean up type checking code. Patch provided by Konstantin Kolinko.
   http://svn.apache.org/viewvc?rev=646571&view=rev
   +1: markt, remm, pero

Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml?rev=648346&r1=648345&r2=648346&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Tue Apr 15 10:26:30 2008
@@ -111,6 +111,10 @@
       <fix>
         <bug>44620</bug>: Infinite loop in NIO connector. (markt)
       </fix>
+      <fix>
+        <bug>44785</bug>: Correctly document default maxThreads for AJP
+        connector. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml?rev=648346&r1=648345&r2=648346&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/ajp.xml Tue Apr 15 10:26:30 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to