Search the archives. This question is answered every week. You need to
assign the "admin" role to one of the userids (any one.)
-Original Message-
From: Laurent Barbier [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 21, 2001 3:20 PM
To: Tomcat-User
Subject: Context Admi
The Tomcat user accounts are listed in tomcat-users.xml.
-- Bill K.
> -Original Message-
> From: Laurent Barbier [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 21, 2001 12:20 PM
> To: Tomcat-User
> Subject
When I try to connect to :
http://localhost:8080/admin
and I select "Context Admin", the system ask a username and password :
Where can I found these information, and how can ew managed them ?
I'm using Tomcat in Stand-alone servlet containers on NT 2000 pro.
Thanx
What is the default context admin password for Tomcat? When you go to
http://localhost:8080/admin, and clik on Context admin. I need to be able to
add another virtual path. Thanks a ton.
_
Get your FREE download of MSN Explorer at
The password is dependent on what role you map the contextAdmin servlet
to.
In the the web.xml file of the 'admin' application the role it's mapped
to is called 'admin'.
To enable the application, you need to add an 'admin' role to the
tomcat-users.xml file (located in /conf
(if you're using the
Hi there,
look for tomcat-users.xml in the tomcat/conf dir and add a new user with
role admin
You can look into the web.xml of the admin context for the
security-constraint. The role is admin is explicit listed. For security
reasons, there is no default admin!!!
All this information is already
what's the default password of context admin??