Hi,
We are using Tomcat5.5.17 with Apache2 on Debian Sarge, and we cant get
directory listing to work.
the default servlet in web.xml (global) looks like this.
    <servlet>
        <servlet-name>default</servlet-name>

<servlet-class>org.apache.catalina.servlets.DefaultServlet</servlet-class>
        <init-param>
            <param-name>debug</param-name>
            <param-value>0</param-value>
        </init-param>
        <init-param>
            <param-name>listings</param-name>
            <param-value>true</param-value>
        </init-param>
        <load-on-startup>1</load-on-startup>
    </servlet>
That is the only part in web.xml which say anything about "listings".

--
Mvh
Espen Fjellvær Olsen
Drift @ Tihlde
[EMAIL PROTECTED]
47636211


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to