Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Apache Tomcat »

Tomcat5.5 not listing directories

Espen Fjellvær Olsen

2007-01-28

Replies:

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
espenfo@(protected)
47636211


---------------------------------------------------------------------
To start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)

©2008 junlu.com - Jax Systems, LLC, U.S.A.