Posted By:
Aarthi_Arivazhagan
Posted On:
Friday, May 3, 2002 01:40 PM
I have the following in my web.xml:
java.lang.Exception
/error.action
I wish to print the stack trace when an Exception (Java.lang or JSP) is thrown. I have a dummy ErrorAction class that forwards to Error.jsp. How can I capture the stack trace on ANY exception thrown across the application to display on this Error.jsp?
Thanks.