You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by PG...@aol.com on 2005/04/08 13:05:11 UTC

http://localhost:8081/manager/list

Hi there,
i am trying to use the web application manager for the first time, however  i 
donot seem to be get past the authenication. I have the following entries  in 
my tomcat-users.xml file:
 
  <role rolename="tomcat"/>
<role  rolename="manager"/>
<role rolename="admin"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="pgibbons" password="tomcat" roles="admin,manager"/>
 
i am trying to access _http://localhost:8081/manager/list_ 
(http://localhost:8081/manager/list)  with  a user name of pgibbons and a password of tomact.  
My Tomact version is  5.5.7 and my sdk is 1.5.
 
Have i missed anything out here?

Re: http://localhost:8081/manager/list

Posted by Parsons Technical Services <pa...@earthlink.net>.
Just ran across something. Remove the role elements from the xml file.
So it would be this:

<user username="tomcat" password="tomcat" roles="tomcat"/>
 <user username="both" password="tomcat" roles="tomcat,role1"/>
 <user username="pgibbons" password="tomcat" roles="admin,manager"/>


Doug


----- Original Message ----- 
From: <PG...@aol.com>
To: <to...@jakarta.apache.org>
Sent: Friday, April 08, 2005 7:05 AM
Subject: http://localhost:8081/manager/list


> Hi there,
> i am trying to use the web application manager for the first time, however 
> i
> donot seem to be get past the authenication. I have the following entries 
> in
> my tomcat-users.xml file:
>
>  <role rolename="tomcat"/>
> <role  rolename="manager"/>
> <role rolename="admin"/>
> <user username="tomcat" password="tomcat" roles="tomcat"/>
> <user username="both" password="tomcat" roles="tomcat,role1"/>
> <user username="pgibbons" password="tomcat" roles="admin,manager"/>
>
> i am trying to access _http://localhost:8081/manager/list_
> (http://localhost:8081/manager/list)  with  a user name of pgibbons and a 
> password of tomact.
> My Tomact version is  5.5.7 and my sdk is 1.5.
>
> Have i missed anything out here?
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org