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:16:48 UTC

svn commit: r919783 - /tomcat/tc6.0.x/trunk/conf/tomcat-users.xml

Author: kkolinko
Date: Sat Mar  6 15:16:47 2010
New Revision: 919783

URL: http://svn.apache.org/viewvc?rev=919783&view=rev
Log:
Add comments to the tomcat-users.xml file.
C-T-R

Modified:
    tomcat/tc6.0.x/trunk/conf/tomcat-users.xml

Modified: tomcat/tc6.0.x/trunk/conf/tomcat-users.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/conf/tomcat-users.xml?rev=919783&r1=919782&r2=919783&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/conf/tomcat-users.xml (original)
+++ tomcat/tc6.0.x/trunk/conf/tomcat-users.xml Sat Mar  6 15:16:47 2010
@@ -17,6 +17,16 @@
 -->
 <tomcat-users>
 <!--
+  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"/>
   <user username="tomcat" password="tomcat" roles="tomcat"/>



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