Hi guys,
reading my way through the documentation, i've been
finding things that look "wrong"- I'm creating patches
for the obvious bits as I go, but I think this one needs to be done...
What do you think?
cheers,
-Thom
Index: src/doc/Tomcat-Workers-HowTo.html
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat/src/doc/Tomcat-Workers-HowTo.html,v
retrieving revision 1.1
diff -u -r1.1 Tomcat-Workers-HowTo.html
--- src/doc/Tomcat-Workers-HowTo.html   2000/06/19 10:08:36     1.1
+++ src/doc/Tomcat-Workers-HowTo.html   2001/01/12 13:53:37
@@ -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 &quot;local&quot; 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 &quot;remote&quot; 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 &quot;fast&quot; 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 &quot;loadbalancer&quot; that 
+  loadbalances several Tomcat processes transparently.</p>
   </td>
  </tr>
 </table>
@@ -600,4 +600,4 @@
 work.</p>
 
 </body>
-</html>
\ No newline at end of file
+</html>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to