Hi Paul,

Add these to your tomcat-users.xml:

<role rolename="manager"/>
<role rolename="admin"/>
<user username="admin" password="admin"
roles="admin,manager"/>

Obviously you can make the admin username and password
whatever you like.  See if that helps. - MOD

--- Bikash Paul <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Iam facing problem with login in "Tomcat Web Server
> Administration Tool".I have tried to login with all
> username and password which is described in
> tomcat-users.xml file which is located in
> TOMCAT_HOME/config directory but it is giving me
> below
> Error:-
> 
> [type Status report
> 
> message Access to the requested resource has been
> denied
> 
> description Access to the specified resource (Access
> to the requested resource has been denied) has been
> forbidden.]
> 
> tomcat-users.xml file:-
> =====================
> <?xml version='1.0' encoding='utf-8'?>
> <tomcat-users>
>   <role rolename="role1"/>
>   <role rolename="tomcat"/>
>   <user username="role1" password="tomcat"
> roles="role1"/>
>   <user username="both" password="tomcat"
> roles="tomcat,role1"/>
>   <user username="tomcat" password="tomcat"
> roles="tomcat"/>
> </tomcat-users>
> 
> Can any plz guide me how I can slove this problem.
> 
> Regards
> Bikash
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Calendar - Free online calendar with sync to
> Outlook(TM).
> http://calendar.yahoo.com
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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

Reply via email to