through the native web server's configuration?
I have this done with IIS, that i use to serve static web pages.

-----Original Message-----
From: Chad Perry [mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 18 de Abril de 2002 18:53
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]>


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

Reply via email to