Bug 726812

Summary: Disable rhq-content_http.war by default
Product: [Other] RHQ Project Reporter: Marc Shirley <mshirley>
Component: Core ServerAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0.1CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marc Shirley 2011-07-29 20:48:40 UTC
Description of problem:
Some environments do not allow a web based directory listing.  It would make sense to disable rhq-content_http.war by default to avoid requiring users to modify rhq.ear in order to disable it.

Version-Release number of selected component (if applicable):
JON 2.4.1

Additional info:
This can be disabled by modifying the rhq.ear/META-INF/application.xml to comment out the section below:

  <module>
    <web>
      <web-uri>rhq-content_http.war</web-uri>
      <context-root>/content</context-root>
    </web>
  </module>