| Author |
how Jsp error\expections capture using HttpURLConnection
|
joson sri
Greenhorn
Joined: Nov 26, 2010
Posts: 5
|
|
we used to HttpURLConnection to check whether service is running by reading the response body and status code, i wanted to do similarly for JSP error or exception thrown at runtime and note customer support team by mail.
any best way of capturing JSP error or exceptions in java at run time ?
Thanks in Advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
|
Configure an error handler in the deployment descriptor.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: how Jsp error\expections capture using HttpURLConnection
|
|
|