Adding a welcome file for the web-app should turn off directory listing

Best Wishes
John Burgess
[EMAIL PROTECTED]
Tel: 01865 718666 
Fax: 01865 718600


-----Original Message-----
From: Chad Perry [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 18, 2002 6:53 PM
Subject: Directory Listing per web-app


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]>

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/02
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.350 / Virus Database: 196 - Release Date: 17/04/02
 

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

Reply via email to