Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 25988 invoked by uid 500); 4 Sep 2000 21:10:02 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Received: (qmail 25984 invoked by uid 1163); 4 Sep 2000 21:10:02 -0000 Date: 4 Sep 2000 21:10:02 -0000 Message-ID: <20000904211002.25983.qmail@locus.apache.org> From: larryi@locus.apache.org To: jakarta-tomcat-cvs@apache.org Subject: 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 @@ - + @@ -565,7 +565,7 @@

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 generic as +Tomcat3.2 (and above). The file is meant to be as generic as possible and it uses the property macros extensively.

The sample worker.properties contains the following high @@ -575,7 +575,7 @@

  • An ajp12 worker that used the host localhost and the port 8007
  • An - ajp13 worker that used the host localhost and the port 8008
  • + ajp13 worker that used the host localhost and the port 8009
  • A jni worker
  • A lb