|
JSP Error page not getting displayed
Hi i have designed one exception class.
What the process follows is:
I am clicking a button from my welcome.jsp page to get connection to the database which hits my makeConnection servlet.The makeConnection servlet calls getConnection() method of some another class .In that other class i m forcefully making runtime error so that i can display my jsp error page.But i am getting the conventional jsp error page provide by Tomcat .
So how to make my error page display if the exception is generated when my servlet takes use of some model class which(the model class) generates the exception???
Thanks,
Jignesh
|