--- George Hester <[EMAIL PROTECTED]> wrote:
> I downloaded the 4.1.29 Tomcat as a zip.  I unzipped
> and fired Tomcat up.  I chose Administrator from the
> splash page.  I was asked for a user name and
> password.  I tried user tomcat and pass tomcat.. 
> Denied.  What should I use here?  The
> tomcat-users.xml seems not to be right for if it was
> I believe user tomcat and password tomcat should
> have worked.  Thanks.
> 

By default there are no "admin" or "manager" users
defined in tomcat-user.xml file.

if you want to use the /manager /admin applications
you must add an admin user with manager and admin
rights:

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

kind regards,


=====
staf

homepage:     http://staf.patat.org
email:             [EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Get better spam protection with Yahoo! Mail.
http://antispam.yahoo.com/tools

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

Reply via email to