Re: directory list

2003-06-06 Thread Jason Bainbridge
On Sat, 7 Jun 2003 02:28, Phillip Qin wrote: If I don't use apache at all, how do I disable directory listing in Tomcat? Please see the FAQ for a howto: http://tomcatfaq.sourceforge.net/configure.html Regards, -- Jason Bainbridge http://jblinux.org

Re: directory list

2003-06-06 Thread Vladimer Shioshvili
check out web.xml.. first default for the example, then the specific one.. At 02:28 PM 6/6/2003, you wrote: It is Friday. Let's ask some simple questions. If I don't use apache at all, how do I disable directory listing in Tomcat? Regards, PQ The difference between 'involvement'

RE: directory list

2003-06-06 Thread Phillip Qin
My God, having been coding Servlet/jsp for 3 years, never noticed that very beginning listings=false. -Original Message- From: Jason Bainbridge [mailto:[EMAIL PROTECTED] Sent: June 6, 2003 2:29 PM To: Tomcat Users List Subject: Re: directory list On Sat, 7 Jun 2003 02:28, Phillip Qin

RE: directory list

2003-06-06 Thread Vladimer Shioshvili
, 2003 2:29 PM To: Tomcat Users List Subject: Re: directory list On Sat, 7 Jun 2003 02:28, Phillip Qin wrote: If I don't use apache at all, how do I disable directory listing in Tomcat? Please see the FAQ for a howto: http://tomcatfaq.sourceforge.net/configure.html Regards, -- Jason Bainbridge http

Re: directory list

2003-06-06 Thread Dan Lipofsky
If I don't use apache at all, how do I disable directory listing in Tomcat? Depends on the version of tomcat. Someone already gave the TC4 answer. For TC3 set the suppress flag in server.xml !-- default handler - static files and dirs. Set the suppress property to true

RE: directory list

2003-06-06 Thread Phillip Qin
Users List Subject: Re: directory list check out web.xml.. first default for the example, then the specific one.. At 02:28 PM 6/6/2003, you wrote: It is Friday. Let's ask some simple questions. If I don't use apache at all, how do I disable directory listing in Tomcat? Regards, PQ