Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: directory list

Dan Lipofsky

2003-06-06

Replies:

>
> If I don't use apache at all, how do I disable directory listing in
Tomcat?
>

Depends on the version of tomcat. Someone already gave the TC4 answer.
For TC3 set the suppress flag in server.xml

    <!-- "default" handler - static files and dirs. Set the
        "suppress" property to "true" to suppress directory listings
        when no welcome file is present.

        NOTE: This setting applies to *all* web applications that
        are running in this instance of Tomcat.
      -->
    <RequestInterceptor
       className="org.apache.tomcat.request.StaticInterceptor"
       debug="0" suppress="true" />

- Dan




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.