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

Re: How to disable directory listing in Tomcat?

2000-11-26 Thread Joseph Wong
t;To: <[EMAIL PROTECTED]> >Subject: Re: How to disable directory listing in Tomcat? >Date: Sun, 26 Nov 2000 11:15:33 -0500 > >Hi, Joseph, > >You can: > >a) create an index.jsp page for your directory, or >b) create (or edit, if

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