Question : HTTP Status 500 error

Hi,

I'm hosting my J2EE application in goDaddy. every time any update takes place or any error happens it shows "HTTP Status 500" error. Instead of showing this error, I would like to show a different page to the user which says "Site is down temporarily, please visit again". How can I do that?

Regards

Answer : HTTP Status 500 error


put an entry like this in your web.xml file


500
jsp/tempMessage.jsp>


then create a Jsp page named as tempMessage.  Having the details what you want to display.

go ahead.  
Random Solutions  
 
programming4us programming4us