I can set in the web.xml-File this tags:
<error-page>
<error-code>500</error-code>
<location>/exception.xml</location>
</error-page>
Then I can create my own Exception-Page.
But I don't know wich Exception it is.
How can I get this Exception? An How can I use this Exception in my own
Exception-Page (exception.xml)
Have somebody an Idea?
Thank you in advance!
Katrin Seiffert
