Hi all,

I have developed a application using Servlets.  My web server is Apache and the 
database server is Oracle805.   It is working perfectly.   But when the database goes 
down and comes up in the weekend and
web server is remain up ( It is not going down ).   So the  connection between servlet 
and database is
failing.  It is unable to find the connection object. ( I am using Connection Pooling 
for database connection).

So i have to reload the servlet and then it is working.    I need to avoid the 
reloading the servlets forever.
Anybody have any idea to avoid this.

Looking forward your ideas.

BFN
nagarajan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to