Tomcat - How to Login ?

Card Puncher Data Processing

About

How to logon on tomcat

How to

For security reasons, using the administration webapp is restricted to users with role “admin”. The manager webapp is restricted to users with role “manager”. Users are defined in CATALINA_HOME/conf/tomcat-users.xml.

Change it for instance :

<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
  <role rolename="tomcat"/>
  <role rolename="role1"/>
  <role rolename="manager"/>
  <role rolename="admin"/>
  <user username="tomcat" password="tomcat" roles="tomcat"/>
  <user username="both" password="tomcat" roles="tomcat,role1"/>
  <user username="role1" password="tomcat" roles="role1"/>
  <user username="admin" password="pass" roles="admin,manager"/>
</tomcat-users>
</xml>
  • Restart the Apache Tomcat Service
  • Call the page Tomcat Home Page http://host:port

Tomcat Administration Link

  • Then you can log in the Tomcat Manager with the credential admin/pass.





Discover More
Bobj Installation 1 Setup
SAP BOBJ - Enterprise XI 3.0 Installation for Windows 32

Installation of SAP BO Enterprise XI 3.0 on a Windows Server 32 Bit SAP Software Download Center > Installations and Upgrades > B > SAP BusinessObjects Business...
Card Puncher Data Processing
Tomcat

is a java web application server.



Share this page:
Follow us:
Task Runner