Hi,

Yes, but it means that I change the behaviour of the others app ! 

----- Original Message ----- 
From: "Kiev" <[EMAIL PROTECTED]>
To: "Tomcat Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 05, 2002 3:55 PM
Subject: Re: Standalone Tomcat : suppress directory listing in web.xml


> 
> If you set the following param for the default servlet to false, in the
> CATALINA_HOME/conf/web.xml  it will forbid directory listing for all
> web-apps.
> lthoug I haven't checked how to do it for the webapp web.xml file.
> 
>     <init-param>
>       <param-name>listings</param-name>
>       <param-value>false</param-value>
>     </init-param>
> 
> Kiev
> 


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to