You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2002/11/13 01:22:12 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs/jk2 configwebcom.xml

costin      2002/11/12 16:22:12

  Modified:    jk/xdocs/jk2 configwebcom.xml
  Log:
  Few fixes.
  
  Revision  Changes    Path
  1.5       +12 -5     jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml
  
  Index: configwebcom.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk2/configwebcom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- configwebcom.xml	22 Oct 2002 12:45:40 -0000	1.4
  +++ configwebcom.xml	13 Nov 2002 00:22:12 -0000	1.5
  @@ -153,19 +153,26 @@
                           <th>Description</th>
                       </tr>
                       <tr>
  -                        <td>worker</td>
  +                        <td>group</td>
                           <td>lb:0 (The default loadbalancer)</td>
  -                        <td>Name of the worker that process the request corresponding to the uri</td>
  +                        <td>Name of the tomcat group or worker that will process the request corresponding to the uri. This used
  +                            to be called 'worker'</td>
                       </tr>
                       <tr>
                           <td>context</td>
                           <td/>
  -                        <td>the context that will be served by this uri component (webapp style)</td>
  +                        <td>the context path for this uri component (webapp style).</td>
  +                    </tr>
  +                    <tr>
  +                        <td>servlet</td>
  +                        <td/>
  +                        <td>Servlet path for this mapping</td>
                       </tr>
                       <tr>
                           <td>alias</td>
                           <td/>
  -                        <td>server name alias</td>
  +                        <td>server name alias. This setting should only be used for 
  +                            host uris like [uri:myHost:myPort] ( i.e. no /) </td>
                       </tr>
                   </table>
               </p>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>