On Mon, Mar 14, 2011 at 2:44 PM, JEAguilar <[email protected]> wrote:
> I am trying to find out why my 404 errors are being forwarded to > Tomcat. That is, any request that results in a document not found > points to the /opt/openbd/tomcat/webapps/ROOT/ directory (and looking > for the default index.cfm page in that folder). > If I understand what you're saying, this is because all .cfm requests are forwarded to Tomcat by mod_jk. So it's up to Tomcat to try and serve the document and if it can't find it, that's why you get the 404 from Tomcat. Are you asking out of curiosity or did you need different behavior for some reason? -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
