Hello all,
I would like to use my apache/httpd error page for certain
tomcat errors as well (e.g. 404). In the web.xml file though, the directive...
...routes me to
http://localhost/projectname/error/404.html. How would I route to an error page location that's external to the project?
I'm using Apache 1.3.23 and Tomcat 4.1.18 (and mod_jk to route requests to tomcat), if it matters.