Re: How to disable directory listing

2004-11-23 Thread Quinton Delpeche
On Wednesday 24 November 2004 08:09, Lee Chin Khiong wrote: > How to disable directory listing under Tomcat 5 ? I use a blank index.html file and put it in all the directories that I don't want to have listed. :) Q -- Quinton Delpeche Internal Systems Developer Softline VIP Telephone: +27 12 4

RE: How to disable directory listing

2004-11-23 Thread Lee Chin Khiong
Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ? -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 2:19 PM To: [EMAIL PROTECTED] Subject: Re: How to disable directory listing On Wednesday 24

RE: How to disable directory listing

2004-11-23 Thread Carl Olivier
AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ? -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 2:19 PM To: [EMAIL

RE: How to disable directory listing

2004-11-23 Thread Lee Chin Khiong
Thanks. But what about certain directory ? -Original Message- From: Carl Olivier [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 3:00 PM To: Tomcat Users List Subject: RE: How to disable directory listing Yes there is. In the $CATALINA_HOME/conf/web.xml Change the init

Re: How to disable directory listing

2004-11-24 Thread Tim Funk
FAQ! http://jakarta.apache.org/tomcat/faq/misc.html#listing -Tim Lee Chin Khiong wrote: How to disable directory listing under Tomcat 5 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

RE: How to disable directory listing

2004-11-24 Thread Phillip Qin
Do it in your app's web.xml -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listin

Re: How to disable directory listing

2005-01-11 Thread Garret Wilson
by another classloader. Garret Phillip Qin wrote: Do it in your app's web.xml -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to

Re: How to disable directory listing

2005-01-11 Thread Dan Barron
ur app's web.xml -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ?

Re: How to disable directory listing

2005-01-11 Thread Ben Souther
lt was > loaded by another classloader. > > Garret > > Phillip Qin wrote: > > Do it in your app's web.xml > > > > -Original Message- > > From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] > > Sent: November 24, 2004 1:29 AM > > To: 'To

Re: How to disable directory listing in Tomcat?

2000-11-26 Thread Julio Serje (@canada.com)
Hi, Joseph, You can: a) create an index.jsp page for your directory, or b) create (or edit, if you have it already...) a web.xml file for your webapp and alter the section: index.jsp index.html index.htm

Re: How to disable directory listing in Tomcat?

2000-11-26 Thread Joseph Wong
on to access /abc/ on this server. - Apache/1.3.14 Server at 10.10.0.1 Port 80 >From: "Julio Serje (@canada.com)" <[EMAIL PROTECTED]> >Reply-To: "Julio Serje (@canada.com)" <[EMAIL PROTECTED]> &g

RE: How to disable directory listing in Tomcat?

2000-11-26 Thread Saurabh Shukla
1) Give a welcome file in your web.xml (if all your requests in /jsp goes to tomcat. 2) Check the "options" in Directory directive(Apache documentation). Try something this in your httpd.conf(it might do the job for you) AllowOverride None Options None allow