For the password you need to go into the tomcat-user.xml file and create a password 
and user for the admin role.

it's pretty straight forward but just in case put in a line like

<user name="tomcat" password="tomcat" roles="admin" />

roles corresponds to the realm .

BTW tomcat-user.xml is located in the conf directory of your tomcat installation.

Stefan
  

Reply via email to