aspose file tools
The moose likes JSP and the fly likes how Jsp error\expections capture using HttpURLConnection  Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how Jsp error\expections capture using HttpURLConnection  " Watch "how Jsp error\expections capture using HttpURLConnection  " New topic
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
    
  13

Configure an error handler in the deployment descriptor.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how Jsp error\expections capture using HttpURLConnection
 
Similar Threads
POST to JSP
urlConnection 500
EOF error
how to handle the Exception...its Urgent
Calling a jsp on another site from an app