Hello,
I'm using Tomcat 6.0 as a webserver, and I'm trying to open tomcat manager page, but whenever I enter the username as specified in tomcat-users.xml file, I'm getting an error as:
**401 Unauthorized**
Here's my tomcat-users.xml file:
<tomcat-users>
<role rolename="manager"/>
<user name="admin" password="" roles="admin,manager" />
</tomcat-users>
I restart the tomcat, but it has not helped me. Could someone please tell me what's going on wrong?