RE: Application specific directory listings not working as expected

2007-01-08 Thread Caldarale, Charles R
> 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

Application specific directory listings not working as expected

2007-01-08 Thread Roland Lammel
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