Hey Guys,
Is there a reason OpenBDJam shows the directory index by default? On the
explanation page it mentions that OpenBDJam takes security into
consideration and I've always assumed showing the directory index is a bad
thing,
Anyway, I was able to solve this by adding the below to the web.xml file in
the root of the /opt/openbdjam/webroot/WEB-INF
<servlet>
<servlet-name>default</servlet-name>
<init-param>
<param-name>dirAllowed</param-name>
<param-value>true</param-value>
</init-param>
</servlet>
Thanks,
Aaron J. White
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.