The login is what ever you define in the tomcat-users.xml file in the conf directory 
under your tomcat installation.

Tomcat doesn't give a default setup for the admin role so you have to edit it 
yourself.

Try something like:
<tomcat-users>
        <user name="tomcat" password="tomcat" roles="admin" />
</tomcat-users>

Stefan

Reply via email to