I have just installed Tomcat 5.0.27 on a Solaris 9 computer. I've got it pointed at the right installation of Java, and when I go to http://localhost:8080 I see the Tomcat startup page come up, so I assume Tomcat is up and running properly.

However, when I try to access the Tomcat Administration or Tomcat Manager pages, I get an "invalid user" error. However, when I examine conf/tomcat-users.xml, I find that I am listed as an admin user:

<tomcat-users>
<role rolename="standard"/>
<role rolename="manager"/>
<role rolename="admin"/>
<user username="richard" password="password" roles="admin,standard,manager"/>
</tomcat-users>


So, I *should* be able to get to the administration and management pages, right?

I feel that I am missing something VERY basic...

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



Reply via email to