Directory listings are already a default feature of Tomcat, unless you've
turned them off in your $CATALINA_HOME/conf/web.xml file -- see the
servlet initialization parameter named "listings" on the "default"
"Carsten Karkola" <[EMAIL PROTECTED]> on 01/11/2002
03:52:20 AM
Please respond to "Tomcat Users List" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: Directory browsing
Is there a possibility to avoid directory browsing in my webapp dirs
beside defining wlecome-files.
Edit the <TOMCAT_HOME>/conf/web.xml. The section on servlet initialization
parameters:
<init-param>
<param-name>listings</param-name>
<param-value>false</param-value>
</init-param>
Thanks, Carsten
==================================================
==
== Dipl.-Ing. Carsten Karkola
==
== TU Dresden - Fak.Bauingenieurwesen - FRZ
==
== Tel.: +49 351 463 33659
== Fax: +49 351 463 37766
== e-mail: [EMAIL PROTECTED]
==
==================================================
--
Hope this helps.
Thanks.
RS
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>