You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@apache.org on 2001/09/13 17:49:15 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs manager-howto.xml

craigmcc    01/09/13 08:49:15

  Modified:    webapps/tomcat-docs manager-howto.xml
  Log:
  Use the "manager" role name that the manager web app actually requires.
  
  PR:  Bugzilla #3580
  Submitted by:  Jeff Turner <je...@socialchange.net.au>
  
  Revision  Changes    Path
  1.3       +1 -1      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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- manager-howto.xml	2001/08/27 20:22:37	1.2
  +++ manager-howto.xml	2001/09/13 15:49:15	1.3
  @@ -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,admin"&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