You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ka...@mn.man.de on 2000/11/07 16:52:00 UTC

My own Exception-Page?

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