Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1.  
  2. Unless required by applicable law or agreed to in writing, software
  3. distributed under the License is distributed on an "AS IS" BASIS,
  4. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  5. See the License for the specific language governing permissions and
  6. limitations under the License.
  7. -->
  8. <tomcat-users xmlns="http://tomcat.apache.org/xml"
  9. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10. xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"
  11. version="1.0">
  12. <role rolename="manager-gui"/>
  13. <user name="admin" password="admin" roles="manager-gui"/>
  14. <!--
  15. NOTE: By default, no user is included in the "manager-gui" role required
  16. to operate the "/manager/html" web application. If you wish to use this app,
  17. you must define such a user - the username and password are arbitrary.
  18. -->
  19. <!--
  20. NOTE: The sample user and role entries below are wrapped in a comment
  21. and thus are ignored when reading this file. Do not forget to remove
  22. <!.. ..> that surrounds them.
  23. -->
  24. <!--
  25. <role rolename="tomcat"/>
  26. <role rolename="role1"/>
  27. <user username="tomcat" password="tomcat" roles="tomcat"/>
  28. <user username="both" password="tomcat" roles="tomcat,role1"/>
  29. <user username="role1" password="tomcat" roles="role1"/>
  30. -->
  31. </tomcat-users>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement