You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2003/03/17 10:51:43 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config connectors.xml jk2.xml

remm        2003/03/17 01:51:43

  Modified:    webapps/tomcat-docs/config connectors.xml jk2.xml
  Log:
  - Update connector documentation.
  
  Revision  Changes    Path
  1.3       +11 -10    jakarta-tomcat-4.0/webapps/tomcat-docs/config/connectors.xml
  
  Index: connectors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/connectors.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- connectors.xml	12 Jan 2003 17:26:48 -0000	1.2
  +++ connectors.xml	17 Mar 2003 09:51:43 -0000	1.3
  @@ -77,33 +77,34 @@
   <tr><th>Web Server Side</th><th>Protocol</th><th>Tomcat Site</th><th>Notes</th></tr>
   
   <tr>
  -	<td>mod_jserv</td><td>ajp1.2</td>
  +	<td>mod_jserv</td><td>AJP/1.2</td>
   	<td>Ajp11</td>
   	<td>Obsolete Read more at 
           <a href="http://java.apache.org/jserv/index.html"> JServ</a></td>
   </tr>
   
   <tr>
  -	<td>mod_jk</td><td>ajp1.3</td>
  -	<td>Ajp13Connector</td>
  -	<td>mod_jk supports load balancing. See <a href="jk.html">JK</a>
  -        Works with 3.x and 4.x.
  +	<td>mod_jk</td><td>AJP/1.3</td>
  +	<td>CoyoteConnector with JkCoyoteHandler</td>
  +	<td>mod_jk supports load balancing. Enabled by default in 4.1; 
  +         works in 4.0. See <a href="jk2.html">Coyote JK 2</a>
           </td>
   </tr>
   
   <tr>
  -	<td>mod_jk2</td><td>ajp1.3/ajp1.4</td>
  -	<td>CoyoteConnector+JkCoyoteHandler</td>
  -	<td>Current developpements. Enabled by default in 4.1; works in 4.0.
  +	<td>mod_jk2</td><td>AJP/1.3</td>
  +	<td>CoyoteConnector with JkCoyoteHandler</td>
  +	<td>Currently developed native connector. Enabled by default in 4.1.
   	mod_jk2 supports in-process JVM and load balancing.
           See <a href="jk2.html">Coyote JK 2</a>
           </td>
   </tr>
   
   <tr>
  -	<td>mod_webapp</td><td>WARP 1.0</td>
  +	<td>mod_webapp</td><td>WARP/1.0</td>
   	<td>WarpConnector</td>
  -	<td>Not for Win32; no in-process nor load balancing; works in 4.x.
  +	<td>Deprecated. Not for Win32; no in-process nor load balancing; 
  +        works in 4.x.
           Use <a href="http://apr.apache.org/">APR</a>.
           Supported Apache-2.0 and Apache-1.3).
           See <a href="webapp.html">Webapp</a>
  
  
  
  1.6       +1 -2      jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml
  
  Index: jk2.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jk2.xml	12 Jan 2003 17:26:48 -0000	1.5
  +++ jk2.xml	17 Mar 2003 09:51:43 -0000	1.6
  @@ -92,8 +92,7 @@
     <strong>org.apache.coyote.tomcat4.CoyoteConnector</strong>, but you
     must specify the protocolHandlerClassName attribute (see below).</p>
   
  -  <p><strong>This implementation supports the AJP 1.3 and 1.4 
  -  protocols.</strong></p>
  +  <p><strong>This implementation supports the AJP/1.3 protocol.</strong></p>
   
     <p>It supports the following additional attributes (in addition to the
     common attributes listed above):</p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org