RE: Directory Listing in Tomcat 4.1.12

2002-12-16 Thread Turner, John
Bommineni [mailto:[EMAIL PROTECTED]] Sent: Friday, December 13, 2002 12:52 PM To: [EMAIL PROTECTED] Subject: Directory Listing in Tomcat 4.1.12 Hello All, I would like to use default tomcat directory listing functionality in one of my application. And it works fine when I set the docBase

Directory Listing in Tomcat 4.1.12

2002-12-13 Thread Venkateshwar Bommineni
Hello All, I would like to use default tomcat directory listing functionality in one of my application. And it works fine when I set the docBase to the directory which i would like to see as listing. But that directory consists of some symbolic links to the files which are outside of that

disable directory listing in tomcat 4.1.12

2002-11-17 Thread Yandell Cacton
Hi, I upgraded my server from Tomcat 3.3 to Tomcat 4.1.12, and could not figure out how to disable directory listing. It was done by setting StaticInterceptor's listing attribute to false in Tomcat 3.3, but it looks like StaticInterceptor is no longer part of Tomcat 4.1.12's server.xml? I have

Re: disable directory listing in tomcat 4.1.12

2002-11-17 Thread Bill Barker
Yeah, well, there are a lot of thing that I miss from 3.3 that aren't in 4.1.x :) To answer your question, you need to edit the $CATALINA_HOME/conf/web.xml file, and change the param-namelistings/param-name param-value for the default servlet from true to false. Yandell Cacton [EMAIL PROTECTED]