You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@locus.apache.org on 2000/09/04 23:10:02 UTC

cvs commit: jakarta-tomcat/src/doc Tomcat-Workers-HowTo.html

larryi      00/09/04 14:10:02

  Modified:    src/doc  Tag: tomcat_32 Tomcat-Workers-HowTo.html
  Log:
  Fix ajp13 port number and remove "-dev" reference
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +3 -3      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
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- Tomcat-Workers-HowTo.html	2000/06/19 10:08:36	1.1
  +++ Tomcat-Workers-HowTo.html	2000/09/04 21:10:01	1.1.2.1
  @@ -1,7 +1,7 @@
   <html>
   
   <head>
  -    <!-- $Id: Tomcat-Workers-HowTo.html,v 1.1 2000/06/19 10:08:36 shachor Exp $ -->
  +    <!-- $Id: Tomcat-Workers-HowTo.html,v 1.1.2.1 2000/09/04 21:10:01 larryi Exp $ -->
       <!-- Copyright 1999, Apache Software Foundation -->
   
       <meta http-equiv=Content-Type content="text/html">
  @@ -565,7 +565,7 @@
   
   <p>Since coping with worker.properties on your own is not an
   easy thing to do, a sample worker.properties file is bundled along with
  -Tomcat3.2-dev (and above). The file is meant to be as <b>generic</b> as
  +Tomcat3.2 (and above). The file is meant to be as <b>generic</b> as
   possible and it uses the property macros extensively.</p>
   
   <p>The sample worker.properties contains the following high
  @@ -575,7 +575,7 @@
    <li>An
        ajp12 worker that used the host localhost and the port 8007</li>
    <li>An
  -     ajp13 worker that used the host localhost and the port 8008</li>
  +     ajp13 worker that used the host localhost and the port 8009</li>
    <li>A jni
        worker</li>
    <li>A lb