[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hiding the content of the application directory

jaikiran do-not-reply at jboss.com
Tue May 6 12:03:44 EDT 2008


You will have to edit the web.xml file present under %JBOSS_HOME%/server/ < serverName>/deploy/jboss-web.deployer/conf folder (For versions prior to 4.2.x, the file will be in %JBOSS_HOME%/server/ < serverName>/deploy/jbossweb-tomcatXX.sar/conf). There's a init-param named "listings" for the default servlets, which needs to be set to false (which i believe is the default)

        <init-param>
  |             <param-name>listings</param-name>
  |             <param-value>false</param-value>
  |         </init-param>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148866#4148866

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148866



More information about the jboss-user mailing list