-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Donald,

On 8/29/2011 5:46 PM, Donald Jolley wrote:
> Finally, as I have said, I now have the error handling working.

Great.

> My errors page displays the information obtained from 
> exception.toString().  Is there any other information available
> that I could display on my errors page?

Check the servlet spec section called "Exception Handling" under "Web
Applications". There are a few things that the container is required
to provide to you: stuff like the original URI being processed, the
exception type and message, the exception object itself, etc.

Generally speaking, if you want "more" information, you'll have to
manage it yourself. Like... what other information do you want to
provide? An explanation of what to do to avoid the error? That is
worthy of a Turing Award if you can pull it off :)

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5cDk4ACgkQ9CaO5/Lv0PCQ5wCgvO6Ku6hpBPPl7uSHpoeYEJRW
LdgAoLiOKdBF1DoIMZ82XYt3wnOlsyhE
=9fVe
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to