The login is what ever you define in the tomcat-users.xml file in the conf directory
under your tomcat installation.
Tomcat doesn't give a default setup for the admin role so you have to edit it
yourself.
Try something like:
<tomcat-users>
<user name="tomcat" password="tomcat" roles="admin" />
</tomcat-users>
Stefan
- Tomcat 3.2 admin app McCarthy, Richard
- RE: Tomcat 3.2 admin app Stefan Langer
- RE: Tomcat 3.2 admin app Johnathan Smith
- RE: Tomcat 3.2 admin app Stefan Langer
- RE: Tomcat 3.2 admin app McCarthy, Richard
