* Galbayar Dorjgotov <[EMAIL PROTECTED]> [1248 08:48]:
> <error-page>
>       <error-code>500</error-code>
>   <location>/errors/500.html</location>
> </error-page>
> 
> add this lines to the web.xml

Yeah, you'd think so, wouldn't you? But have you tried this?
I had trouble with this on 4.1.12.  I think 500s might be a special case,
because they mean your servlet died.

Might be worth trying

<error-page>
        <exception-type>your.Exception</exception-type>
        <location>/500.jsp</location>
</error-page>
-- 
Rasputin :: Jack of All Trades - Master of Nuns

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

Reply via email to