Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread August Detlefsen

In order to use the manager app, you have to have the role 'manager'
defined for your username. 



--- "IT-INDIA.com" <[EMAIL PROTECTED]> wrote:
> 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:  
> 
> For additional commands, e-mail:
> 
> 


__
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Clay Graham



  
  
  
  


-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]>




Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Joa~o Augusto Charnet

Actually there is no default password. You will have to change  the user 
configuration file to set the login and password as you wish.
Also, the roles have to be set. To manage everything set the following 
roles: Standard, Manager.
My tomcat-users.xml looks like this ...



Regards,
John.

IT-INDIA.com wrote:

>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:   
>For additional commands, e-mail: 
>
>
>



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Login-Password http://localhost/manager ????? Please help me....

2002-07-25 Thread Andreas Probst

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:   
> For additional commands, e-mail: 
> 



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




RE: Login-Password http://localhost/manager ????? Please help me....

2002-07-24 Thread Clay Graham

you need to set your user and password in tomcat-user.xml

good luck

clay


-Original Message-
From:   IT-INDIA.com [SMTP:[EMAIL PROTECTED]]
Sent:   Thursday, July 25, 2002 10:27 AM
To: Tomcat Users List
Subject:Login-Password   http://localhost/manager  ?  Please help me

 << File: ATT2.txt; charset = iso-8859-2 >> 


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




Login-Password http://localhost/manager ????? Please help me....

2002-07-24 Thread IT-INDIA.com

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:   
For additional commands, e-mail: