All,

Wondering what you are using for your custom error pages on tomcat with your
CAS server. Ideally, I'd like the page to email me the error. If you have
something like that or even something simpler you use and like, I'd be
interested.

Right now I'm looking at this in web.xml
...
    <error-page>
        <error-code>500</error-code>
        <location>/server_error.html</location>
    </error-page>
    <error-page>
        <error-code>404</error-code>
        <location>/file_not_found.html</location>
    </error-page>
</web-app>
but those could easily be jsp pages, I guess.

What are you folks doing for this? I assume most of you are trapping the
ugly 500 errors, etc.

Kim

-- 
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to