Can any one help on this topic ?
Hi friends !!
I have a new "doubt" .... in Servlet programming, we normally over-ride doGet( ) or doPost( ) ( or sometimes even the service( ) method ! ) methods.... there, we can redirect the user to some error page in case something bad happens, using RequestDispatcher or this or that ...!!
BUT, my doubt is , HOW to accomplish the same thing IF I encounter some error in grabbing some resources ( like DAtabase Connections ...etc.) inside my INIT( ) method ... ?!!!!
Is there any provision for doing this in TomCat ( 4.0 or 5.0 ) ? In WebSphere 5.0 ?
Awaiting your replies,
Thanx & regards,
"Raghu"

