<?xml version="1.0" encoding="UTF-8"?><SNIP><tomcat-usersxmlns="http://tomcat.apache.org/xml"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://tomcat.apache.org/xml tomcat-users.xsd"version="1.0"><!--By default, no user is included in the "manager-gui" role requiredto operate the "/manager/html" web application. If you wish to use this app,you must define such a user - the username and password are arbitrary.Built-in Tomcat manager roles:- manager-gui - allows access to the HTML GUI and the status pages- manager-script - allows access to the HTTP API and the status pages- manager-jmx - allows access to the JMX proxy and the status pages- manager-status - allows access to the status pages onlyThe users below are wrapped in a comment and are therefore ignored. If youwish to configure one or more of these users for use with the manager webapplication, do not forget to remove the <!.. ..> that surrounds them. Youwill also need to set the passwords to something appropriate.--><SNIP>!-- user manager can access only manager section --><rolerolename="manager-gui" /><userusername="tomcat"password="tomcat"roles="manager-gui" /><!-- user admin can access manager and admin section both --><rolerolename="admin-gui" /><userusername="admin"password="admin"roles="manager-gui,admin-gui" /></tomcat-users>