remm        01/11/16 11:04:06

  Modified:    webapps/tomcat-docs manager-howto.xml
  Log:
  - Small corrections to the manager-howto.
    Patch submitted by Erik Stenflo.
  
  Revision  Changes    Path
  1.6       +2 -2      jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml
  
  Index: manager-howto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/manager-howto.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- manager-howto.xml 2001/11/12 21:03:49     1.5
  +++ manager-howto.xml 2001/11/16 19:04:06     1.6
  @@ -93,7 +93,7 @@
       <code>&lt;user&gt;</code> for each individual user, which might
       look something like this:
   <source>
  -&lt;user name="craigmcc" password="secret" roles="standard,manager"&gt;
  +&lt;user name="craigmcc" password="secret" roles="standard,manager" /&gt;
   </source>
       which defines the username and password used by this individual to
       log on, and the role names he or she is associated with.  You can
  @@ -113,7 +113,7 @@
   </ul>
   
   <p>The first time you attempt to issue one of the Manager commands
  -described in the next section, you will be challenged to logn on, using
  +described in the next section, you will be challenged to log on using
   BASIC authentication.  The username and password you enter do not matter,
   as long as they identify a valid user in the users database who possesses
   the role <strong>manager</strong>.</p>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to