Fram an earlier post :

conf/web.xml is not used in Tomcat 3.2.x.

Try this 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" />

Regards,
Paul


-----Original Message-----
From: isu:jwkoh [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 18, 2000 02:19 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat configuration question


sorry, no idea.
----- Original Message ----- 
From: "Fabricio Pirez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 18, 2000 1:21 PM
Subject: Tomcat configuration question


> Hello
> I'm using IIS+Tomcat+isapi_redirect.dll
> I need to know how to disable directory browsing in a directory served by
> tomcat
> Is it possible?
> 
> Thanks in advance
> 
> 


Reply via email to