<?xml version='1.0'?>
<tomcat-users>
  <role rolename="admin"/>
  <role rolename="manager"/>
  <role rolename="provider"/>
  <user username="tomcat" password="tcpass" roles="admin,manager,provider"/>
</tomcat-users>

-----Original Message-----
From:   Andreas Probst [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, July 25, 2002 2:13 AM
To:     Tomcat Users List
Subject:        Re: Login-Password   http://localhost/manager  ?????  Please help 
me....

Hi,

look at http://localhost:8080/tomcat-docs/manager-howto.html.

There it says "You can add the manager role to the comma-delimited roles attriute for 
one or more existing users, and/or create new users with that assigned role."

So just add ",manager" to one of those users. Then you can use this user for the 
manager app. For safety reason you should not use one of the predefined users but 
define a new user with role manager.

After that you have to restart Tomcat.

Hope that's what's needed by you.

Andreas

> hi,
> 
> I have installed TomCat 4.0.4 on W2K.
> Everything seems OK. I can access the
> examples and run them thru http://localhost:8080
> 
> Now when I access http://localhost:8080/manager
> I enter tomcat/tomcat it doesn't run this way.
> 
> I have also gone thru the user configuration file
> where I found 3 default users. I've tried all those.
> 
> So far  I haven't done anything with the configuration
> files. Could anyone tell me the default login/password
> of http://localhost:8080/manager   ???
> 
> 
> best regards,
> 
> Sameer Arora
> [EMAIL PROTECTED]
> 
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 



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


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

Reply via email to