Jack Wu wrote:
Hello:
I have problem with enable user to have either manager or admin
access privilege.
I modified /conf/tomcat-users.xml file to the following:
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="manager"/>
<role rolename="standard"/>
<role rolename="admin"/>
<user username="" password="" roles="standard,manager,admin"/>
</tomcat-users>
even I change username name to username="jxw002" which is my login id, and
password accordingly, I still have trouble with accessing to Status, and
Tomcat Manager page at http://localhost:8080/index.html, I get Http 401
error.
Have you restarted Tomcat after making this change?
Mark
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]