glenn 02/04/09 06:27:29
Modified: webapps/tomcat-docs/config jk.xml
Log:
Add a note about 1 to 1 httpd to processor mapping with Apache
Revision Changes Path
1.6 +4 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml
Index: jk.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jk.xml 27 Feb 2002 03:45:59 -0000 1.5
+++ jk.xml 9 Apr 2002 13:27:29 -0000 1.6
@@ -123,6 +123,10 @@
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 20.</p>
+ <p><b>NOTE:</b>For Apache 1.3 on Unix there is a 1 to 1 mapping
+ between httpd processes and Ajp13Processors. You must configure
+ maxProcessors to be greater than or equal to the maximum number
+ of httpd processes your Apache web server spawns.</p>
</attribute>
<attribute name="minProcessors" required="false">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>