Hide Forgot
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>