To enable it on Tomcat 6.x, you need add a user with the manager role to this file "
<role rolename="manager"/>
<user username="tomcat" password="tomcat" roles="tomcat, manager"/>
Save the file, restart the tomcat.
Here is the url to visit the manager application
http://localhost:8080/manager/html
No comments:
Post a Comment