Bug 726812 - Disable rhq-content_http.war by default
Summary: Disable rhq-content_http.war by default
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Core Server
Version: 3.0.1
Hardware: All
OS: All
medium
medium vote
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-29 20:48 UTC by Marc Shirley
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)

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>


Note You need to log in before you can comment on or make changes to this bug.