danmil 01/01/29 20:29:00 Modified: src/doc Tag: tomcat_32 Tomcat-Workers-HowTo.html Log: Cleaning up some basic mistakes in descriptions of different types of workers. Contributed by Thom May ([EMAIL PROTECTED]). Revision Changes Path No revision No revision 1.1.2.3 +7 -7 jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html Index: Tomcat-Workers-HowTo.html =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -r1.1.2.2 -r1.1.2.3 --- Tomcat-Workers-HowTo.html 2000/10/16 02:20:06 1.1.2.2 +++ Tomcat-Workers-HowTo.html 2001/01/30 04:29:00 1.1.2.3 @@ -1,7 +1,7 @@ <html> <head> - <!-- $Id: Tomcat-Workers-HowTo.html,v 1.1.2.2 2000/10/16 02:20:06 larryi Exp $ --> + <!-- $Id: Tomcat-Workers-HowTo.html,v 1.1.2.3 2001/01/30 04:29:00 danmil Exp $ --> <!-- Copyright 1999, Apache Software Foundation --> <meta http-equiv=Content-Type content="text/html"> @@ -164,7 +164,7 @@ <p>worker.local.type=ajp12</p> </td> <td> - <p>Defines a worker named local that use the ajpv12 protocol + <p>Defines a worker named "local" that uses the ajpv12 protocol to forward requests to a Tomcat process.</p> </td> </tr> @@ -173,7 +173,7 @@ <p>worker.remote.type=ajp13</p> </td> <td> - <p>Defines a worker named local that use the ajpv12 protocol + <p>Defines a worker named "remote" that uses the ajpv13 protocol to forward requests to a Tomcat process.</p> </td> </tr> @@ -182,7 +182,7 @@ <p>worker.fast.type=jni</p> </td> <td> - <p>Defines a worker named local that use the ajpv12 protocol + <p>Defines a worker named "fast" that uses JNI to forward requests to a Tomcat process.</p> </td> </tr> @@ -191,8 +191,8 @@ <p>worker.loadbalancer.type=lb</p> </td> <td> - <p>Defines a worker named local that use the ajpv12 protocol - to forward requests to a Tomcat process.</p> + <p>Defines a worker named "loadbalancer" that + loadbalances several Tomcat processes transparently.</p> </td> </tr> </table> @@ -603,4 +603,4 @@ work.</p> </body> -</html> \ No newline at end of file +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]