Hi,

I have an Apache 2 -> mod_jk -> Tomcat 5.5.16 set up and I'm trying to get Tomcat errors handled by Apache.

In Apache I have:

ErrorDocument 404 /cgi-bin/error.cgi

And in Tomcat's web.xml I have

<error-page>
   <error-code>404</error-code>
   <location>/cgi-bin/error.cgi</location>
</error-page>

I guess the location tag is wrong here as it doesn't work, but I'm not surewhat else to put.
Could someone help me out please?!

Thanks,

Ed.



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to