How can I prevent pagemixing when using error page directive?

2001-03-07 Thread Randahl Fink Isaksen
A couple of us seem to have problems with error pages. I have a page A which includes another page B, and I have created an error page called "error.jsp" which is specified as the error page of both pages. However, if an error occurs on page B which makes Orion forward the request to the error

error-page directive

1999-10-25 Thread Neal Kaiser
What is wrong with this syntax? error-page error-code404/error-code locationhttp://localhost/index.html/location /error-page A 404 error does not do the redirect. Just gives the 404 error. Thanks, Neal