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?

[967 byte] By [Tensitaa] at [2007-10-3 10:28:17]
# 1
looks correct, obviously something else is missing
watertownjordana at 2007-7-15 5:50:43 > top of Java-index,Java Essentials,Java Programming...
# 2
does the admin folder exists in the server/webapps path and the admin xml file in conf?
daveknirava at 2007-7-15 5:50:43 > top of Java-index,Java Essentials,Java Programming...
# 3
That was it!!!I had to modify the tomcat-user.xml archive in the Administrator folder (C:/Documents and Settings/nb.....)Tanx
Tensitaa at 2007-7-15 5:50:43 > top of Java-index,Java Essentials,Java Programming...