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]
