Tomcat Manager

From CodeMonkeyWiki

Jump to: navigation, search

The manager webapp comes with the default archive of Tomcat, all that is required is to edit %TOMCAT_HOME%/conf/tomcat-users.xml, adding the following lines:

  <role rolename="manager"/>
  <user username="admin" password="admin" roles="manager" />