Define the default servlet for each webapp in which you need a
different setting (in WEBAPP_DIR/WEB-INF/web.xml). 


--- Chad Perry <[EMAIL PROTECTED]> wrote:
> I know I can turn off directory listing for the entire tomcat 4.0.3
> server via the conf/web.xml:
> 
> 
>   <servlet>
>     .
>     .
>     .
>       <param-name>listings</param-name>
>       <param-value>false</param-value>
>     .
>     .
>   </servlet>
> 
> 
> But how can one turn it off on a per web-app, per directory basis?
> 
> 
> Thanks
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to