remm        02/01/25 06:54:37

  Modified:    webapps/tomcat-docs/config Tag: tomcat_40_branch ajp.xml
                        engine.xml
  Log:
  - Update doc on AJP.
  - Add the 'jvmRoute' attribute to the engine.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.3   +5 -1      jakarta-tomcat-4.0/webapps/tomcat-docs/config/ajp.xml
  
  Index: ajp.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/ajp.xml,v
  retrieving revision 1.2.2.2
  retrieving revision 1.2.2.3
  diff -u -r1.2.2.2 -r1.2.2.3
  --- ajp.xml   1 Dec 2001 22:16:24 -0000       1.2.2.2
  +++ ajp.xml   25 Jan 2002 14:54:37 -0000      1.2.2.3
  @@ -28,6 +28,10 @@
     However, the only way to know for sure whether it will provide better 
     performance for <strong>your</strong> application is to try it both ways.</p>
   
  +  <p>This connector supports load balancing when used in conjunction with
  +  the <code>jvmRoute</code> attribute of the 
  +  <a href="engine.html">Engine</a>.</p>
  +
   </section>
   
   
  @@ -87,7 +91,7 @@
     <p>The standard implementation of <strong>AJP Connector</strong> is
     <strong>org.apache.ajp.tomcat4.Ajp13Connector</strong>.</p>
   
  -  <p><strong>This implementation supports the AJP 1.3 protocol.</strong></p>
  +  <p><strong>This implementation supports the AJP 1.3 and 1.4 
protocols.</strong></p>
   
     <p>It supports the following additional attributes (in addition to the
     common attributes listed above):</p>
  
  
  
  1.1.2.2   +9 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/config/engine.xml
  
  Index: engine.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/engine.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- engine.xml        26 Sep 2001 02:28:07 -0000      1.1.2.1
  +++ engine.xml        25 Jan 2002 14:54:37 -0000      1.1.2.2
  @@ -54,6 +54,15 @@
           nested immediately inside.</p>
         </attribute>
   
  +      <attribute name="jvmRoute" required="false">
  +        <p>Identifier which must be used in load balancing scenarios to enable
  +        session affinity. The indetifier, which must be unique across all
  +        Tomcat 4 servers which participate in the cluster, will be appended to
  +        the generated session identifier, therefore allowing the front end
  +        proxy to always forward a particular session to the same Tomcat 4
  +        instance.</p>
  +      </attribute>
  +
         <attribute name="name" required="true">
           <p>Logical name of this Engine, used in log and error messages.</p>
         </attribute>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to