You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Selmar <se...@klopklop.nl> on 2004/06/24 13:20:45 UTC

question about user name and password to use

Hi,

I have an very simple and maybe stupid question. What are the user names 
and passwords for the "status" "tomcat administration" and "manager" 
that i should use on the http://localhost:8080 page. Admin as user name 
and admin as password do not work.

My tomcat_users.xml is on /usr/tomcat/jakarta-tomcat-5.0.25/conf and i 
use mandrake version 10.0

Thanks in advance,

Selmar.

<!--
 NOTE:  By default, no user is included in the "manager" role required
 to operate the "/manager" web application.  If you wish to use this app,
 you must define such a user - the username and password are arbitrary.
-->
<tomcat-users>
 <user name="tomcat" password="tomcat" roles="tomcat" />
 <user name="role1"  password="tomcat" roles="role1"  />
 <user name="both"   password="tomcat" roles="tomcat,role1" />
 <user name="admin"  password="admin"  roles="tomcat,role1,admin,manager"/>
</tomcat-users>ssword="admin" roles="tomcat,role1,admin,manager"/>

</tomcat-users>

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


Re[2]: question about user name and password to use

Posted by "Arseny [Jihar]" <a....@aamsystems.ru>.
Hello Selmar,

Monday, June 28, 2004, 5:35:34 PM, you wrote:

I think it`s because tomcat_users.xml is reloaded at the server restart

S> yes, that's was what i was doing, but for a strange reason it wasnt
S> working. After restarting my server it works. It's linke windows.

S> Kind regards,

S> Selmar.


S> Matt Anderson wrote:

>>You should be able to login into the admin web app by using the following
>>details
>>Goto http://localhost/admin (assuming the server is on your machine) - this
>>is for the admin web application
>>Goto http://localhost/manager/html (assuming the server is on your
>>machine) - this is for the manager web application
>>Username: admin
>>Password: admin
>>
>>Keep bother your username and password all lower case as this is how they
>>are defined in the tomcat_users.xml file.
>> <user name="admin"  password="admin" 
>> roles="tomcat,role1,admin,manager"/>
>>
>>Matt
>>
>>-----Original Message-----
>>From: Selmar [mailto:selmar@klopklop.nl]
>>Sent: Thursday, June 24, 2004 9:21 PM
>>To: tomcat-user@jakarta.apache.org
>>Subject: question about user name and password to use
>>
>>
>>Hi,
>>
>>I have an very simple and maybe stupid question. What are the user names
>>and passwords for the "status" "tomcat administration" and "manager"
>>that i should use on the http://localhost:8080 page. Admin as user name
>>and admin as password do not work.
>>
>>My tomcat_users.xml is on /usr/tomcat/jakarta-tomcat-5.0.25/conf and i
>>use mandrake version 10.0
>>
>>Thanks in advance,
>>
>>Selmar.
>>
>><!--
>> NOTE:  By default, no user is included in the "manager" role required
>> to operate the "/manager" web application.  If you wish to use this app,
>> you must define such a user - the username and password are arbitrary.
>>-->
>><tomcat-users>
>> <user name="tomcat" password="tomcat" roles="tomcat" />
>> <user name="role1"  password="tomcat" roles="role1"  />
>> <user name="both"   password="tomcat" roles="tomcat,role1" />
>> <user name="admin"  password="admin" 
>> roles="tomcat,role1,admin,manager"/>
>></tomcat-users>ssword="admin" roles="tomcat,role1,admin,manager"/>
>>
>></tomcat-users>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>>
>>
>>  
>>


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



-- 
Best regards,
 Arseny 
                    mailto:a.sizov@aamsystems.ru
                    ICQ #229206804


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


Re: question about user name and password to use

Posted by Selmar <se...@klopklop.nl>.
yes, that's was what i was doing, but for a strange reason it wasnt 
working. After restarting my server it works. It's linke windows.

Kind regards,

Selmar.


Matt Anderson wrote:

>You should be able to login into the admin web app by using the following
>details
>Goto http://localhost/admin (assuming the server is on your machine) - this
>is for the admin web application
>Goto http://localhost/manager/html (assuming the server is on your
>machine) - this is for the manager web application
>Username: admin
>Password: admin
>
>Keep bother your username and password all lower case as this is how they
>are defined in the tomcat_users.xml file.
> <user name="admin"  password="admin"  roles="tomcat,role1,admin,manager"/>
>
>Matt
>
>-----Original Message-----
>From: Selmar [mailto:selmar@klopklop.nl]
>Sent: Thursday, June 24, 2004 9:21 PM
>To: tomcat-user@jakarta.apache.org
>Subject: question about user name and password to use
>
>
>Hi,
>
>I have an very simple and maybe stupid question. What are the user names
>and passwords for the "status" "tomcat administration" and "manager"
>that i should use on the http://localhost:8080 page. Admin as user name
>and admin as password do not work.
>
>My tomcat_users.xml is on /usr/tomcat/jakarta-tomcat-5.0.25/conf and i
>use mandrake version 10.0
>
>Thanks in advance,
>
>Selmar.
>
><!--
> NOTE:  By default, no user is included in the "manager" role required
> to operate the "/manager" web application.  If you wish to use this app,
> you must define such a user - the username and password are arbitrary.
>-->
><tomcat-users>
> <user name="tomcat" password="tomcat" roles="tomcat" />
> <user name="role1"  password="tomcat" roles="role1"  />
> <user name="both"   password="tomcat" roles="tomcat,role1" />
> <user name="admin"  password="admin"  roles="tomcat,role1,admin,manager"/>
></tomcat-users>ssword="admin" roles="tomcat,role1,admin,manager"/>
>
></tomcat-users>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>  
>


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


RE: question about user name and password to use

Posted by Matt Anderson <mu...@swiftdsl.com.au>.
You should be able to login into the admin web app by using the following
details
Goto http://localhost/admin (assuming the server is on your machine) - this
is for the admin web application
Goto http://localhost/manager/html (assuming the server is on your
machine) - this is for the manager web application
Username: admin
Password: admin

Keep bother your username and password all lower case as this is how they
are defined in the tomcat_users.xml file.
 <user name="admin"  password="admin"  roles="tomcat,role1,admin,manager"/>

Matt

-----Original Message-----
From: Selmar [mailto:selmar@klopklop.nl]
Sent: Thursday, June 24, 2004 9:21 PM
To: tomcat-user@jakarta.apache.org
Subject: question about user name and password to use


Hi,

I have an very simple and maybe stupid question. What are the user names
and passwords for the "status" "tomcat administration" and "manager"
that i should use on the http://localhost:8080 page. Admin as user name
and admin as password do not work.

My tomcat_users.xml is on /usr/tomcat/jakarta-tomcat-5.0.25/conf and i
use mandrake version 10.0

Thanks in advance,

Selmar.

<!--
 NOTE:  By default, no user is included in the "manager" role required
 to operate the "/manager" web application.  If you wish to use this app,
 you must define such a user - the username and password are arbitrary.
-->
<tomcat-users>
 <user name="tomcat" password="tomcat" roles="tomcat" />
 <user name="role1"  password="tomcat" roles="role1"  />
 <user name="both"   password="tomcat" roles="tomcat,role1" />
 <user name="admin"  password="admin"  roles="tomcat,role1,admin,manager"/>
</tomcat-users>ssword="admin" roles="tomcat,role1,admin,manager"/>

</tomcat-users>

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



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