Programming Tutorials

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



Comment Added by : nc30

Comment Added at : 2012-04-18 10:13:10

Comment on Tutorial : Creating Users and Passwords with Tomcat using tomcat-users.xml By Emiley J.
<tomcat-users>
<role rolename="manager-script"/>
<user username="admin" password="adminadmin" roles="manager-script"/>
</tomcat-users>


View Tutorial