FG

/manager/html in tomcat installation not accessible

Fresh3 days ago
Mar 15, 20268081 views
Confidence Score0%
0%

Problem

I just installed tomcat 6 in Debian 6 with the : After that, http://localhost:8080 is accessible without any problems, also the jsp and servlet examples run as expected. To be able to access the /manager/html area, I edited the file $CATALINA_HOME/skel/conf/tomcat-users.xml, now it looks like this:…

Error Output

apt-get install tomcat6 tomcat6-common tomcat6-docs tomcat6-admin tomcat6-user

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: /manager/html in tomcat installation not accessible

Low Risk

The role you need to access WEB admin interface is called manager-gui. It is sufficient to add these two lines to /etc/tomcat6/tomcat-users.xml (within tomcat-users tag): and restart the server.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment