You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Carlos <li...@lpis.com> on 2002/06/14 17:08:02 UTC

listing directories in tomcat

how can i forbid the directories listing in tomcat?
thanks



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


AW: listing directories in tomcat

Posted by Holger Klein-Altstedde <ho...@prioeins.de>.
Which Version?
In TC4 you have an entry in the web.xml in your conf dir.

    <init-param>
      <param-name>listings</param-name>
      <param-value>true</param-value>
    </init-param>

Set this value to false.
That's it.


-----Ursprüngliche Nachricht-----
Von: Carlos [mailto:linux@lpis.com] 
Gesendet: Freitag, 14. Juni 2002 17:08
An: Tomcat Users List
Betreff: listing directories in tomcat


how can i forbid the directories listing in tomcat?
thanks



--
To unsubscribe, e-mail:
<ma...@jakarta.apache.org>
For additional commands, e-mail:
<ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>