Symptom
- When clicked on Tomcat Manager in Tomcat's homepage ie., http://localhost:8080/, it shows HTTP Status 404 - /manager/html. Previously it worked fine. The username and password for tomcat manager is present in tomcat-users.xml file and are correctly edited.
- Tomcat-users.xml was correctly configured for authentication. Below is the working sample configuration of tomcat-users.xml (admin-gui is role to a user named tomcat with a password of Password1)
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="admin"/>
<role rolename="operator"/>
<role rolename="manager"/>
<role rolename="admin-gui"/>
<user username="tomcat" password="Password1" roles="admin-gui,tomcat,manager"/>
<user username="admin" password="nopasswordforyou" roles="admin,tomcat,manager"/>
<user username="operator" password="nevermind" roles="operator"/>
</tomcat-users>
Read more...
Environment
- SAP BusinessObjects Business Intelligence Platform (BI) 4.1/4.0
- Bundled Tomcat
Product
Keywords
tomcat,404, http, hostmanager, manager, error, html, bi, 4.1, 4.0, bundled, 6, 7, 8, , KBA , BI-BIP-INS , Installation, Updates, Upgrade, Patching , BI-BIP-DEP , Webapp Deployment, Networking, Vulnerabilities, Webservices , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview