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: [email protected]
For additional commands, e-mail: [email protected]