Yeah I figured that Apache was not forwarding it onto Tomcat, however I have other urls that also don't specify a file, and these *are* automagically forwarded to a JSP.
I presume it is something called JK that does the connection to Tomcat, I'm obviously not too familiar with Apache. How do tell Apache to forward all incoming requests for "/foo/" onto Tomcat, which would then know to serve /foo/index.jsp ? Thanks On Wed, Oct 22, 2008 at 10:44 AM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Jonathan Mast [mailto:[EMAIL PROTECTED] > > Subject: Why isn't my welcome file being read? > > > > The request is logged in Apache as "GET /foo/" with > > no file being specified. > > The real question is: What's being logged in Tomcat? Likely that httpd is > never passing the request on to Tomcat. What are you using to connect httpd > to Tomcat, and how is it configured? > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >