testwreq wreq wrote:
http://localhost:8080 brings up the tomcat page & one of the option is
"Administration". I would like to use this web interface and even give some
of the test webapp users ability to restart tomcat.

What is the URL of the administration application? Is it something that ends like /manager/html, it must be Tomcat Manager application. That application needs a user in role "manager".


$CATALINA_HOME/conf/tomcat-users.xml. Currently my file has the following
  <user username="tomcat" password="tomcat" roles="tomcat"/>

Just change roles="tomcat" to roles="manager", restart Tomcat, and try again.

Also, consider changing password.

-Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to