I have an context on Tomcat that is receiving some traffic and returning 404 errors. The request is logged in Apache as "GET /foo/" with no file being specified. I've specified in the WEB-INF/web.xml file that the welcome file should be "index.jsp" yet I am still getting 404s. It should be noted that the server-wide, custom 404.html is served up when requesting this url in the browser.
Is this the correct method to route incoming requests for a directory to a specific file? Apache 1.3.33 Tomcat 5.5 Java 1.4.2 Thanks