Typically, you just need to ensure that your
< ?xml version='1.0' encoding='utf-8'?>
< tomcat-users>
< role rolename="manager"/>
< role rolename="admin"/>
< user username="admin" password="admin" roles="admin,manager"/>
< /tomcat-users>
In this case, we will be logging in to the Tomcat Manager app using:
username admin
password admin
No comments:
Post a Comment