craigmcc 00/12/23 12:07:51 Modified: catalina/src/conf tomcat-users.xml Log: Add a note about what must be done to enable the "manager" web application. Revision Changes Path 1.2 +5 -0 jakarta-tomcat-4.0/catalina/src/conf/tomcat-users.xml Index: tomcat-users.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/tomcat-users.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tomcat-users.xml 2000/08/11 05:22:19 1.1 +++ tomcat-users.xml 2000/12/23 20:07:51 1.2 @@ -1,3 +1,8 @@ +<!-- + NOTE: By default, no user is included in the "manager" role required + to operate the "/manager" web application. If you wish to use this app, + you must define such a user -- the username and password are arbitrary. +--> <tomcat-users> <user name="tomcat" password="tomcat" roles="tomcat" /> <user name="role1" password="tomcat" roles="role1" />