Re: Tomcat5.5 not listing directories

2007-01-28 Thread Gregor Schneider
you'll have to define a directory-entry in your httpd.conf / vhost. also, you'll have to mount the default servlet in your mod_jk (figure your using this one?) also, take a look at http://httpd.apache.org/docs/2.2/sections.html, here look for +Indexes if all this doesn't help, the apache-userlis

Re: Tomcat5.5 not listing directories

2007-01-28 Thread Espen Fjellvær Olsen
Mark Thomas wrote: Espen Fjellvær Olsen wrote: listings true Making this change is the only thing I need to change to get directory listings to work. Did you restart Tomcat after making the change? Have you tried going direct to Tomcat rather than via

Re: Tomcat5.5 not listing directories

2007-01-28 Thread Mark Thomas
Espen Fjellvær Olsen wrote: > > listings > true > Making this change is the only thing I need to change to get directory listings to work. Did you restart Tomcat after making the change? Have you tried going direct to Tomcat rather than via httpd? HTH, M

Tomcat5.5 not listing directories

2007-01-28 Thread Espen Fjellvær Olsen
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. default org.apache.catalina.servlets.DefaultServlet debug 0 l