Hi,

after installing tomcat there is no user configured to access these apps. To
do this, add the following to your tomcat-users.xml:

  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="user" password="pw" roles="admin,manager"/>

btw: when using tomcat 5.5.x you have to download the admin app separately,
since it is no longer delivered with tomcat.

Jens Joachim
Syscon GmbH
E-Mail: [EMAIL PROTECTED]


----- Original Message -----
From: "P.M" <[EMAIL PROTECTED]>
To: "Jarkarta - TOMCAT Apache" <[email protected]>
Sent: Sunday, February 13, 2005 3:42 PM
Subject: manager application


> Hi,
>
> I open the localhost:8080 without any trouble now, but
> i hace an error message 403 everyting that i try to
> access to manager or admin applications.
>
> i tested all username and password which are in
> tomcat-users.xml, but nothing work..
>
> i know from windows install exe file, that another
> profile existed : admin with empty password...but even
> if this one doesn't work.
>
> does anyone have seen it already ?
> thx,
> Maileen
>
>
>
> __________________________________
> Do you Yahoo!?
> Take Yahoo! Mail with you! Get it on your mobile phone.
> http://mobile.yahoo.com/maildemo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


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

Reply via email to