Bug 641196

Summary: Manager application yields missing resource /manager/html
Product: [Fedora] Fedora Reporter: Mohammed Safwat <Mohammed_ElAfifi>
Component: tomcat6Assignee: David Knox <dknox>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 13CC: akurtako, dknox, dwalluck, jclere
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 621578 Environment:
Last Closed: 2010-10-08 11:26:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Mohammed Safwat 2010-10-08 01:25:58 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.7) Gecko/20100723 Fedora/3.6.7-1.fc13 Firefox/3.6.7

Trying to run the manager application from the "Tomcat Manager" link in the "Administration" pane on the left leads to a HTTP 404 error page.

Reproducible: Always

Steps to Reproduce:
1. sudo yum install tomcat6-webapps tomcat6-admin-webapps
2. sudo service tomcat6 start
3. Visit http://127.0.0.1:8080/ in a web browser.
4. Click the "Tomcat Manager" link in the "Administration" pane on the left of the tomcat test page.
Actual Results:  
An error page is displayed with the following contents:

HTTP Status 404 - /manager/html
type Status report
message /manager/html
description The requested resource (/manager/html) is not available.
Apache Tomcat/6.0.20

Expected Results:  
The manager application page should display normally.

Following up the catalina.out log file in /var/log/tomcat6, it seemed some xml files, like manager.xml, that were used to existing under /etc/tomcat5/Catalina/localhost as part of the tomcat5-admin-webapps package no longer exist under /etc/tomcat6/Catalina/localhost as part of the corresponding tomcat6-admin-webapps package(or any other package).

Comment 1 Mohammed Safwat 2010-10-08 11:26:09 UTC
After further investigation, I found out that the problem related to file permissions on /etc/tomcat6/Catalina(and consequently on its subdirectory localhost). This was earlier illustrated in bug 574593.

*** This bug has been marked as a duplicate of bug 574593 ***