Tomcat listing directories instead of Apache

2003-07-11 Thread Rick
Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks DirectoryIndex index.html index.jsp Location /*.jsp JkUriSet group ajp13:localhost:8009=20 /Location If I go to a directory with no index.html or index.jsp Tomcat displays =

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread John Turner
http://jakarta.apache.org/tomcat/faq/misc.html#welcome John On Fri, 11 Jul 2003 12:55:42 -0700, Rick [EMAIL PROTECTED] wrote: Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks DirectoryIndex index.html index.jsp Location /*.jsp

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Rick
John I am not running standalone. - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 11, 2003 9:57 AM Subject: Re: Tomcat listing directories instead of Apache http://jakarta.apache.org/tomcat/faq/misc.html#welcome

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread John Turner
] wrote: John I am not running standalone. - Original Message - From: John Turner [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 11, 2003 9:57 AM Subject: Re: Tomcat listing directories instead of Apache http://jakarta.apache.org/tomcat/faq/misc.html#welcome John

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Matt Swensson
http://jakarta.apache.org/tomcat/faq/misc.html#listing Check that link out, there is a setting in web.xml to disable directory listings. --- Rick [EMAIL PROTECTED] wrote: Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Simon Pabst
listing directories instead of Apache http://jakarta.apache.org/tomcat/faq/misc.html#welcome John On Fri, 11 Jul 2003 12:55:42 -0700, Rick [EMAIL PROTECTED] wrote: Hi I have Apache2.0.46 set up with Tomcat4.1.24 through mod_jk2. My = httpd.conf has: Options Indexes FollowSymLinks DirectoryIndex

Re: Tomcat listing directories instead of Apache

2003-07-11 Thread Rick Roberts
Set listings to false. A snipit from $TOMCAT_HOME/conf/web.xml: servlet servlet-namedefault/servlet-name servlet-class org.apache.catalina.servlets.DefaultServlet /servlet-class init-param param-namedebug/param-name