You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2010/03/06 16:14:37 UTC

svn commit: r919782 - /tomcat/trunk/conf/tomcat-users.xml

Author: kkolinko
Date: Sat Mar  6 15:14:37 2010
New Revision: 919782

URL: http://svn.apache.org/viewvc?rev=919782&view=rev
Log:
Add comment about the "manager" role (copied from TC 5.5)

Modified:
    tomcat/trunk/conf/tomcat-users.xml

Modified: tomcat/trunk/conf/tomcat-users.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/conf/tomcat-users.xml?rev=919782&r1=919781&r2=919782&view=diff
==============================================================================
--- tomcat/trunk/conf/tomcat-users.xml (original)
+++ tomcat/trunk/conf/tomcat-users.xml Sat Mar  6 15:14:37 2010
@@ -17,11 +17,15 @@
 -->
 <tomcat-users>
 <!--
-  This is a comment.
-  The sample user and role entries below are also wrapped in a comment and
-  thus are ignored when reading this file. Do not forget to remove
+  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.
+-->
+<!--
+  NOTE:  The sample user and role entries below are wrapped in a comment
+  and thus are ignored when reading this file. Do not forget to remove
   <!.. ..> that surrounds them.
- -->
+-->
 <!--
   <role rolename="tomcat"/>
   <role rolename="role1"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org