You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Adrian Threlfall <at...@btinternet.com> on 2002/06/02 22:39:31 UTC

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Administration Webapp

Posted by Adrian <at...@charter.net>.
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" <at...@btinternet.com>
To: <to...@jakarta.apache.org>
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:
<ma...@jakarta.apache.org>
> For additional commands, e-mail:
<ma...@jakarta.apache.org>
>
>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>