Hi,
I have an very simple and maybe stupid question. What are the user names and passwords for the "status" "tomcat administration" and "manager" that i should use on the http://localhost:8080 page. Admin as user name and admin as password do not work.
My tomcat_users.xml is on /usr/tomcat/jakarta-tomcat-5.0.25/conf and i use mandrake version 10.0
Thanks in advance,
Selmar.
<!-- NOTE: By default, no user is included in the "manager" role required to operate the "/manager" web application. If you wish to use this app, you must define such a user - the username and password are arbitrary. --> <tomcat-users> <user name="tomcat" password="tomcat" roles="tomcat" /> <user name="role1" password="tomcat" roles="role1" /> <user name="both" password="tomcat" roles="tomcat,role1" /> <user name="admin" password="admin" roles="tomcat,role1,admin,manager"/> </tomcat-users>ssword="admin" roles="tomcat,role1,admin,manager"/>
</tomcat-users>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
