You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sh...@locus.apache.org on 2000/03/19 13:30:43 UTC

cvs commit: jakarta-tomcat/etc tomcat-iis-howto.html tomcat-netscape-howto.html

shachor     00/03/19 04:30:43

  Modified:    etc      tomcat-iis-howto.html tomcat-netscape-howto.html
  Log:
  Fix a type in the docs, should use workers.properties in the examples
  instead of worker.properties
  
  Revision  Changes    Path
  1.5       +5 -5      jakarta-tomcat/etc/tomcat-iis-howto.html
  
  Index: tomcat-iis-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/etc/tomcat-iis-howto.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tomcat-iis-howto.html	2000/03/14 15:14:38	1.4
  +++ tomcat-iis-howto.html	2000/03/19 12:30:43	1.5
  @@ -58,8 +58,8 @@
   <ol>
     <li>isapi_redirect.dll - The IIS server plugin, either obtain a pre-built
     DLL or build it yourself (see the build section).</li>
  -  <li>worker.properties - A file that describes the host(s) and port(s) used
  -  by the workers (Tomcat processes). A sample <tt>worker.properties</tt> can
  +  <li>workers.properties - A file that describes the host(s) and port(s) used
  +  by the workers (Tomcat processes). A sample <tt>workers.properties</tt> can
     be found in the CVS under <tt>jakarta-tomcat/etc</tt>. </li>
     <li>uriworkermap.properties - A file that maps URL-Path patterns to
     workers. A sample <tt>uriworkermap.properties</tt> can be found in the CVS
  @@ -93,7 +93,7 @@
       your log level (can be <tt>debug</tt>, <tt>inform</tt>, <tt>error</tt>
   	or <tt>emerg</tt>). </li>
     <li>Add a string value with the name <tt>worker_file</tt> and a value of
  -    <tt>D:\tomcat\conf\worker.properties</tt> (you can copy this file
  +    <tt>D:\tomcat\conf\workers.properties</tt> (you can copy this file
   	from the CVS)</li>
     <li>Add a string value with the name <tt>worker_mount_file</tt>and a value of
       <tt>D:\tomcat\conf\uriworkermap.properties</tt> (you can copy this file
  @@ -225,7 +225,7 @@
   example to spread the load among different machines). To achieve such goal you will need
   to define several workers and assign each context with its own worker.</p>
   
  -<p>Defining workers is done in <tt>worker.properties</tt>, this file includes
  +<p>Defining workers is done in <tt>workers.properties</tt>, this file includes
   two types of entries:
   
   <ol>
  @@ -251,6 +251,6 @@
   <h2>Feedback</h2>
   
   <p>Please send feedback, bug report or any additional information to
  -<tt>tomcat-dev@jakarta.apache.org</tt></p>
  +<tt>tomcat-user@jakarta.apache.org</tt></p>
   </body>
   </html>
  
  
  
  1.4       +5 -4      jakarta-tomcat/etc/tomcat-netscape-howto.html
  
  Index: tomcat-netscape-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/etc/tomcat-netscape-howto.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tomcat-netscape-howto.html	2000/03/14 15:14:38	1.3
  +++ tomcat-netscape-howto.html	2000/03/19 12:30:43	1.4
  @@ -58,9 +58,9 @@
   <ol>
     <li>nsapi_redirect.dll - The Netscape server plugin, either obtain a
      pre-built DLL or build it yourself (see the build section).</li>
  -  <li>worker.properties - A file that describes the host(s) and port(s)
  +  <li>workers.properties - A file that describes the host(s) and port(s)
      used by the workers (Tomcat processes). You should copy this file from
  -   the CVS (<tt>jakarta-tomcat/etc/worker.properties</tt>) and place it in
  +   the CVS (<tt>jakarta-tomcat/etc/workers.properties</tt>) and place it in
      your conf directory.</li>
   </ol>
   
  @@ -230,7 +230,7 @@
   example to spread the load among different machines). To achieve such goal you will need
   to define several workers and assign each context with its own worker.</p>
   
  -<p>Defining workers is done in worker.properties, this file includes two types of entries:
  +<p>Defining workers is done in workers.properties, this file includes two types of entries:
   
   <ol>
     <li>An entry that lists all the workers defined. For example:<br>
  @@ -259,7 +259,8 @@
   
   <h2>Feedback</h2>
   
  -<p>Please send feedback, bug report or any additional information to <tt>tomcat-dev@jakarta.apache.org</tt>.
  +<p>Please send feedback, bug report or any additional information to 
  +<tt>tomcat-user@jakarta.apache.org</tt>.
   </p>
   </body>
   </html>