Sorry for the bother. But I have sent the message to
the user list, and there is no response for a long
time. I am trying to do develop work with tomcat right
now. I set the file according to the offical
instructions,here is the excerpt:
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="standard"/>
  <role rolename="manager"/>
  <user username="jzhou" password="12345"
roles="standard,manager"/>
  <user username="tomcat" password="tomcat"
roles="tomcat"/>
  <user username="role1" password="tomcat"
roles="role1"/>
  <user username="both" password="tomcat"
roles="tomcat,role1"/>
  <user username="admin" password="secret"
roles="manager"/>
</tomcat-users>

I did extensive search over the internet and did find
some people suggest that I add "admin" role. I added
in  another test but failed.


I am submitting this to this group, 'cause I felt this
issue is really strange. I download the tomcat
freshly, I can only access the Tomcat Manager for the
first time with a failed attempts. Later, I reinstall
tomcat, but the problem exists.

Status
Tomcat Administration
Tomcat Manager 

I used to use lower version of tomcat. There is no
problem of that. I doubt that this is the specified
problem of 5.5.9.

I don't really have much experience on this mail list.
If you need further information, please let me know.

Thanks,

--Paul


--- Ian Darwin <[EMAIL PROTECTED]> wrote:

> > > > I just installed tomcat 5.5.9. However, I
> can't
> > > > login
> > > > in to the manager functionality even if I set
> the
> > > > the
> > > > tomcate-users.xml right. The error message is
> :
> > > > 
> > > > HTTP Status 403 - Access to the requested
> resource
> > > > has
> > > > been denied
> 
> That message contradicts your assertion that "you
> set the
> tomcat-users.xml" correctly. The filename is wrong
> in
> your text, and you didn't give a complete
> description of
> your problem. Please take your question to the
> tomcat-users
> mailing list or try using a good search engine to
> find how
> others have resolved their errors.
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



                
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 

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

Reply via email to