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