yes, that's was what i was doing, but for a strange reason it wasnt working. After restarting my server it works. It's linke windows.
Kind regards,
Selmar.
Matt Anderson wrote:
You should be able to login into the admin web app by using the following details Goto http://localhost/admin (assuming the server is on your machine) - this is for the admin web application Goto http://localhost/manager/html (assuming the server is on your machine) - this is for the manager web application Username: admin Password: admin
Keep bother your username and password all lower case as this is how they are defined in the tomcat_users.xml file. <user name="admin" password="admin" roles="tomcat,role1,admin,manager"/>
Matt
-----Original Message----- From: Selmar [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 9:21 PM To: [EMAIL PROTECTED] Subject: question about user name and password to use
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
