glenn       02/04/09 06:29:10

  Modified:    webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml
  Log:
  Add a note about 1 to 1 httpd to processor mapping with Apache
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.8   +4 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/config/Attic/ajp.xml
  
  Index: ajp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/Attic/ajp.xml,v
  retrieving revision 1.2.2.7
  retrieving revision 1.2.2.8
  diff -u -r1.2.2.7 -r1.2.2.8
  --- ajp.xml   27 Feb 2002 03:43:55 -0000      1.2.2.7
  +++ ajp.xml   9 Apr 2002 13:29:10 -0000       1.2.2.8
  @@ -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]>

Reply via email to