Re: Can I avoid bouncing app when database goes down? (struts 1.0 .2) (try poolman) (use validationQuery)

2002-10-30 Thread Dan Tran
: Wednesday, October 30, 2002 10:56 AM Subject: Re: Can I avoid bouncing app when database goes down? (struts 1.0 .2) (try poolman) (use validationQuery) OK, I implemented that throughout my app and it worked so long as I kept the database up, but if I logged into my app, dropped the database

Re: Can I avoid bouncing app when database goes down? (struts 1.0 .2) (try poolman) (use validationQuery)

2002-10-30 Thread Ian Hunter
recovers nicely now. - Original Message - From: Dan Tran [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 2:31 PM Subject: Re: Can I avoid bouncing app when database goes down? (struts 1.0 .2) (try poolman) (use validationQuery) Question

Re: Can I avoid bouncing app when database goes down? (struts 1.0 .2) (try poolman) (use validationQuery)

2002-10-30 Thread Ian Hunter
Mailing List Subject: Re: Can I avoid bouncing app when database goes down? (struts 1.0 .2) (try poolman) (use validationQuery) The socket connection from the servlet container to the database itself is always open. The application itself closes each connection at the end of each page. I