You need to look at tomcat-users.xml under /tomcat/conf
You have to assign the role to a user .

Example below:

!--
  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="secret" roles="tomcat,manager" />
</tomcat-users>


----- Original Message -----
From: "Adrian Threlfall" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 02, 2002 4:39 PM
Subject: Administration Webapp


> Hi All
> Could someone please tell what username and password is used to access the
> Administration webapp??.
>
> Thanks
>
> Adrian
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to