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