Tue, 10 May 2005 17:59:34 +0200, 
Christian Stalp <[EMAIL PROTECTED]> wrote: 

> Hello,
> I have some trouble with my Tomcat-Server. I use Sarge therefore I use Tomcat 
> 4.1. Now I want to have access to Tomcat as superuser/admin .
> My "tomcat-users.xml" is still untouched with these pre-selected entries:
> <tomcat-users>
> <role rolename="tomcat"/>
> <role rolename="role1"/>

<role rolename="manager"/>
<role rolename="admin"/>

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

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

> </tomcat-users>

Should be good. But you can also have a look here:
http://localhost:8180/tomcat-docs/manager-howto.html

Cheers,

-- 
  .''`. 
 : :' :rnaud
 `. `'  
   `-    
Java Trap: http://www.gnu.org/philosophy/java-trap.html


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to