Configuring TomCat
Hi,
I've been changing tomcat-users.xml but still I cant access Admin Console
this is but i have in the xml.
<!--
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,admin,manager" />
<user name="role1" password="tomcat" roles="role1" />
<user name="both" password="tomcat" roles="tomcat,role1" />
<user name="admin" password="admin" roles="admin, manager"/>
</tomcat-users>
And i restarted the server
When I log on the console admin an error report which says that the access requested has been denied.
Im working in win2K netbeans 5 tomcat5.5.9
Do I have to change anything else?

