| Author |
handle 500 error
|
muthu bharathi
Ranch Hand
Joined: Dec 10, 2008
Posts: 97
|
|
Hi,
How to handle the 500 error in servlet? Give some valuable guidance as soon as possible
--
Thanks & Regards,
M. Bharathi
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
An HTTP 500 error is fairly vague, it just meas something has gone wrong with the application logic running on the server. This sould be something catestrophic, or something simple and even expected that you have just forgotten to handle. Do you have a specific error you want to handle? Or are you just looking for information on the Servlet error page mechanism?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: handle 500 error
|
|
|