Orion 1.5.2 and JSP @page errorPage

2001-06-08 Thread michael . kaufman
Our JSPs use the @page errorPage mechanism. This worked fine on Orion 1.4.5, and still works fine on J2EE reference implementation. But on Orion 1.5.2 we get 404 page not found instead of our error page. I know there's also an error page mechanism in web.xml, but we haven't specified anything

Re: Errorpage

2001-03-29 Thread kkvarfordt
I believe the error-page tag takes either an error-code OR an exception-type, but not both. Kent Kvarfordt I don't get it to work!! this is what my webxml looks like... error-page error-code404/error-code

SV: Errorpage

2001-03-29 Thread Magnus Rydin
or exception type to the path of a resource in the web application. !ELEMENT error-page ((error-code | exception-type), location /snip WR -Ursprungligt meddelande-Från: Johan Fredriksson [mailto:[EMAIL PROTECTED]]Skickat: den 29 mars 2001 07:11Till: Orion-InterestÄmne: Errorpage

Re: Errorpage

2001-03-29 Thread Johan Fredriksson
Gees, why didn't I think of that? Sometimes you can't see the forrest for all the trees... Thanks, its working now! Johan - Original Message - From: [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, March 29, 2001 9:22 PM Subject: Re: Errorpage