Hi, 

does anybody know how to turn off directory listing in Tomcat 4.0.2?
For Tomcat 3, the following entries in the web.xml-file in the
<servlet></servlet> - 
section worked, but with Tomcat 4.0.2. they seem not to work any more:

<init-param> 
        <param-name>listings</param-name> 
        <param-value>false</param-value> 
</init-param> 
Thak you for any help. 

Philipp

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

Reply via email to