How to set User in Tomcat

<tomcat-users>
<role rolename="manager-script"/>
<role rolename="manager-gui"/>
<role rolename="admin-gui"/>
<user username="admin" password="yourpassword" roles="manager-gui,admin-gui,manager-script"/>
</tomcat-users>

Conclusion---
We can set proper user for our Manager Role,User Role and Manager Script for Tomcat by editing
/tomcat/conf/Tomcatuser.xml and past above line and change your passowrd


#Arvind



Popular posts from this blog

Setup MySQL on Ubuntu Droplet getting error ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Remote Desktop Sharing Dconf Tool in Linux (Ubuntu 14.04)

Configure Telnet & SSH on Router for Remote access.