Showing posts with label Security. Show all posts
Showing posts with label Security. Show all posts

Wednesday, April 1, 2009

Disable directory listing on Glassfish!

access domain folder, point to config/default-web.xml
Modify:
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>