tomcat-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Edward Quick" <edwardqu...@hotmail.com>
Subject Handling Tomcat Errors in Apache
Date Sat, 23 Sep 2006 11:27:17 GMT
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: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Mime
View raw message