This content has been marked as final.
Show 1 reply
-
1. Re: Disable directory listing (JBoss 3.2.2)
mcgowati Nov 14, 2003 6:05 PM (in response to alberto)change this value in your $JBOSS_HOME/server/default/jbossweb-tomcat.sar/web.xml for it To apply globally
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
Or you can add it to the applications WEB-INF/web.xml.
This works in 3.2.1, I have yet to test in 3.2.2, but I am sure it will work.