Can you use this on Tomcat 4.0.1+? If so, where do you put it in
server.xml?

Thanks,

Matt

> -----Original Message-----
> From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] 
> Sent: Friday, September 20, 2002 10:16 AM
> To: Tomcat Users List
> Subject: Re: Directory Listing
> 
> 
> In server.xml set suppress="true" for StaticInterceptor like below
> 
> <RequestInterceptor 
>    className="org.apache.tomcat.request.StaticInterceptor" 
>    debug="0" suppress="true" />
> 
> - Dan
> 
> > How do I avoid listing the directory files when users type 
> the url in
> > tomcat 3.2.4?
> > Thanks
> 
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to