RE: Error 500 with stack trace

Mattias Jiderhamn <[email protected]> Wed, 03 May 2006 09:50:23 +0200
Newsgroups gmane.text.xml.resin.user
Message-ID <[email protected]>
At 2006-05-02 20:32, you wrote:
>2) How do you gain access to the stack trace of the original 
>exception so it can be displayed?

In Java 1.4 Throwables have a getCause() method.
Also, for ServletException and JspException there is a getRootCause().