tomcat-users.xml 440 B

12345678910
  1. <!--
  2. NOTE: By default, no user is included in the "manager" role required
  3. to operate the "/manager" web application. If you wish to use this app,
  4. you must define such a user - the username and password are arbitrary.
  5. -->
  6. <tomcat-users>
  7. <user name="tomcat" password="tomcat" roles="tomcat" />
  8. <user name="role1" password="tomcat" roles="role1" />
  9. <user name="both" password="tomcat" roles="tomcat,role1" />
  10. </tomcat-users>