Tuesday, November 13, 2018

How to add admin user to tomcat

To add an admin user to tomcat.

Open below file from apache tomcat installation folder.
conf\tomcat-users.xml file

Add below part of code inside <tomcat-users>





 

Now start the server, [catalina.bat start]

Now , you can provide the credentials in the below screen when you access the tomcat admin page.

No comments:

Post a Comment