> From: [EMAIL PROTECTED]
> Subject: Application specific directory listings not working
> as expected
>
> The idea is the configure a "application specific" default
> servlet (simply copy from tomcat's web.xml), change the
> servlet name and add a servlet
Hi all,
The default setting for directory listing is false in tomcat's
web.xml(which is good idea anyway), some applications require
directory listings
though.
Trying to follow a configuration posted earlier, I found that to be not
working as expected.
The idea is the configure a "application sp