Programming Tutorials

Comment on Tutorial - Creating Users and Passwords with Tomcat using tomcat-users.xml By Emiley J.



Comment Added by : sandeep,p

Comment Added at : 2012-11-22 10:17:07

Comment on Tutorial : Creating Users and Passwords with Tomcat using tomcat-users.xml By Emiley J.
Hi, these are the lines i added after i downloaded the binary distribution.. when i entered this user name and password, its saying 403 access denied ( not authorized to view this page)

<tomcat-users>
<role rolename="admin" />
<role rolename="manager" />
<user name="ad" password="secret-123" roles="admin,manager" />
</tomcat-users>


View Tutorial