Is there any similar way for Tomcat 3.2.3/3.2.4 to disable directory
browsing, while accessing via Apache 1.3.20? Thanks in advance for any idea.

-----Original Message-----
From: Julien OIX [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 2:06 PM
To: Tomcat list
Subject: Directory browsing 


hi everyone,

I'm using Tomcat/Apache service;
in my default web.xml, located in $TOMCAT_HOME/conf, I've these lines:

<servlet>
    <servlet-name>default</servlet-name>
   
<servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
    
    <init-param>
      <param-name>listings</param-name>
      <param-value>false</param-value>   <!-- HERE it was true by
default -->
    </init-param>
    <load-on-startup>1</load-on-startup>
  </servlet>

so, directory browsing is forbidden by default;

Is this possible to specify in this file a directory under my webapp
directory which could be browsed ?

if not, in an other file ? but for the moment, I don't have any
$WEBAPP_HOME/WEB_INF/web.xml ...

thanks in advance

-- 
Julien OIX
Service Informatique de Gestion
Tél: 02 40 99 83 65
mail: [EMAIL PROTECTED]

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