Hello all,

I would like to use an error page for certain apache/httpd errors as well as
tomcat errors (e.g. 404). In the web.xml file though, the directive...

--------------------------------------------------------------------------------
   <error-page>
        <error-code>404</error-code>
        <location>/error/404.html</location>
   </error-page>
--------------------------------------------------------------------------------

...routes me to http://localhost/projectname/error/404.html.

How would I route to an error page location that might be on the same server,
but 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.

Thanks,

Michael



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to