Guru:

I actually followed the same steps but now, after restarting, it works. I
did restart the server before, though!

Thanks anyway.

-----Original Message-----
From: Raghupathy, Gurumoorthy [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 17, 2007 11:10 AM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: RE: Help in using the Manager application

Edit the file tomcat-users.xml in your conf directory of tomcat.
Add roles using 
<role rolename="manager"/>
<role rolename="admin"/>

Then  add user 

<user username="admin" password="admin" roles="admin,manager"/>
Close the file ... restart tomcat and close all browser instance and hit

http://localhost:8080/manager/html/list

username is admin password is admin ...

Let me know if this works .... 


Regards
Guru

-----Original Message-----
From: Venkat Venkataramanan [mailto:[EMAIL PROTECTED] 
Sent: 17 May 2007 16:05
To: 'Tomcat Users List'
Subject: Help in using the Manager application

Hello:

 

I installed Tomcat 5.5.3 . I made sure that there was a user with the
"manager" role in the tomcat-users.xml. Howver, when I tried the url,
http://localhost:8080/manager/list, I get a              http 403 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.

 

Also, from the tomcat home page, clicking on status gives me the same
error
page.

 

Can somebody guide me?

 

Venki

 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to