Edit the jbossweb-tomcat.sar/web.xml and set the default servlet listings param 
to false:


  |     <servlet>
  |         <servlet-name>default</servlet-name>
  |         <servlet-class>
  |           org.apache.catalina.servlets.DefaultServlet
  |         </servlet-class>
  |         <init-param>
  |             <param-name>debug</param-name>
  |             <param-value>0</param-value>
  |         </init-param>
  |         <init-param>
  |             <param-name>listings</param-name>
  |             <param-value>false</param-value>
  |         </init-param>
  |         <load-on-startup>1</load-on-startup>
  |     </servlet>
  | 


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to