How to disable the directory listing in Tomcat?

2002-06-10 Thread Alvin Wang
If I do not set the welcome file in web.xml, is there a way to disable the directory listing in Tomcat? Thanks! Alvin -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: How to disable the directory listing in Tomcat?

2002-06-10 Thread Mark Annal
Check out the listings attribute for the DefaultServlet in $TOMCAT_HOME/conf/web.xml. _ Mark Annal e-mail: [EMAIL PROTECTED] TARGUSinfo phone : (585) 598-7011 255 Woodcliff Drive

RE: How to disable the directory listing in Tomcat?

2002-06-10 Thread Milt Epstein
On Mon, 10 Jun 2002, Mark Annal wrote: Check out the listings attribute for the DefaultServlet in $TOMCAT_HOME/conf/web.xml. Also check the archives, this question has come up repeatedly. (Links to archives can be found from jakarta/apache's mailing lists page.) -Original Message-

Re: How to disable the directory listing in Tomcat?

2002-06-10 Thread Nancy Crisostomo Martinez
Yes, If you have Tomcat 3.3 you must check these: http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ug.html#conf_svr_cust Here you can find how to Turn off directory listings It's very easy and it works perfect... If you have another Tomcat version, maybe you must check the