<role rolename="manager"/>2. Start Tomcat:
<user username="tomcat" password="tomcat" roles="tomcat,manager"/>
$CATALINA_HOME/bin/startup.sh3. Browser the URL http://localhost:8080, and click the Tomcat Manager link on the upper-left corner. In the basic login page, enter username tomcat and password tomcat, as specified in conf/tomcat-users.xml. Tomcat Manager web application allows you to view Tomcat server info, deploy and undeploy webapps, and other simple management tasks.
(%CATALINA_HOME%\bin\startup.bat on windows)
Tags: