2014년/WEB/WAS
how to login tomcat manager
BroBroBro
2012. 10. 23. 18:09
You can't login tomcat manager after installing tomcat7 in soloris.(http://localhost:8080/manager)
Maybe you can see "403 Access Denied".
so, you open tomcat-user.xml file and add the role as following (/conf/tomcat-user.xml)
.......
<user username="tomcat" password="tomcat" roles="manager,tomcat">
........
you need to add a manager role and make sure that your user is in that role.
if you are "tomcat" user, you are not a problem.!