Re: custom error page for 500

2007-02-10 Thread Len Popp
The exception and other bits of error info are available as attributes of the request. For details see section 9.9 in the Servlet 2.4 spec and section 1.4.3 in the JSP 2.0 spec. -- Len On 2/10/07, Markus Sabadello <[EMAIL PROTECTED]> wrote: Hi, I have a cutom .jsp page handling my 500 errors. C

custom error page for 500

2007-02-10 Thread Markus Sabadello
Hi, I have a cutom .jsp page handling my 500 errors. Can I somehow access and display the original exception message and trace ? greetings