I know I can turn off directory listing for the entire tomcat 4.0.3 server via the conf/web.xml:
<servlet>
.
.
.
<param-name>listings</param-name>
<param-value>false</param-value>
.
.
</servlet>
But how can one turn it off on a per web-app, per directory basis?
Thanks
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
