How can I use a JSP as an Apache ErrorDocument — so Apache will display its errors using my JSP?
Location: http://www.jguru.com/faq/view.jsp?EID=458488 Created: Jul 19, 2001 Author: Alessandro A. Garbagnati (http://www.jguru.com/guru/viewbio.jsp?EID=32727) Question originally posed by Stefan Ehrlich (http://www.jguru.com/guru/viewbio.jsp?EID=448177 [ I want to use a JSP as ErrorDocument, so I put the line ErrorDocument 404 /404.jsp in my httpd.conf-file and created the jsp. ] Maybe the directive should be written like this: ErrorDocument 404 http://