I'm new as well. It doesn't seem to be documented anywhere easy to find and
should be....
I've wasted about three hours finding the answer....
Make an addition to the tomcat-users.xml. See the admin line. It appears
that the roles="admin"
is the important bit. You can now logon with user admin with password
tomcat. I don't know if
you need to restart tomcat to make the account active. Logically you
shouldn't but bare it in mind.
BC
<tomcat-users>
<user name="admin" password="tomcat" roles="admin" />
<user name="tomcat" password="tomcat" roles="tomcat" />
<user name="role1" password="tomcat" roles="role1" />
<user name="both" password="tomcat" roles="tomcat,role1" />
</tomcat-users>
-----Original Message-----
From: Darrell Porter [mailto:[EMAIL PROTECTED]]
Sent: 19 March 2001 17:41
To: '[EMAIL PROTECTED]'
Subject: RE: How can I access tomcat's admin pages?
Look in tomcat-users.xml
-----Original Message-----
From: Batsheva Raviv [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 9:18 AM
To: [EMAIL PROTECTED]
Subject: How can I access tomcat's admin pages?
I have 2 questions:
1. How can I access tomcat's admin pages?
2. When ever I try the to execute the following URL :
http://braviv:8080/admin/contextAdmin/contextAdmin.html, a window pup up
with the message "Enter Network Password". Please type your user name and
password.
The window print also site:braviv, Realm Admin
does anybody know what should be the user name and the password.
Batsheva