Re: how to connect to datasource

2011-11-09 Thread spike@12

No. I am using tomcat 6.0, java 6.0, linux system.


Pid * wrote:
 
 On 09/11/2011 07:00, spike@12 wrote:
 
 Hi,
 
 I have setup my application using with tomcat and it is working fine. But
 when I have restarted my DB machine, my application is not working. If I
 have restart my tomcat server then it is working fine.
 may I  know, how to connect to datasource automatically if my DB machine
 is
 restarted?? Is it having any specific parameter to connect datasource
 automatically??
 
 Please let me know. Thanks in advance.
 
 It's better to tell us precise details about your Tomcat, Java and OS
 version when asking a question.  I'll assume 7.0.
 
 A validation query may help.  Note: restarting a DB while the
 application server is up is often prone to problems.
 
 Read:
 
  http://tomcat.apache.org/tomcat-7.0-doc/jndi-resources-howto.html
 
 Pay attention to the paragraph which refers to the 'validationQuery'
 attribute.
 
 
 p
 
 
 
 -- 
 
 [key:62590808]
 
 
  
 

-- 
View this message in context: 
http://old.nabble.com/how-to-connect-to-datasource-tp32809000p32809339.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: how to connect to datasource

2011-11-09 Thread spike@12

now it is working fine, after adding validationQuery,testOnBorrow parameters.
Thanks to all. 

billybob79 wrote:
 
  may I  know, how to connect to datasource automatically if my DB
 machine
 
   is
  restarted?? Is it having any specific parameter to connect datasource
  automatically??

 
 How does the existing app connect to the database? Can you show the code
 please - remove any sensitive passwords
 
 Thanks
 
 Chris
 
 

-- 
View this message in context: 
http://old.nabble.com/how-to-connect-to-datasource-tp32809000p32816289.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



how to connect to datasource

2011-11-08 Thread spike@12

Hi,

I have setup my application using with tomcat and it is working fine. But
when I have restarted my DB machine, my application is not working. If I
have restart my tomcat server then it is working fine.
may I  know, how to connect to datasource automatically if my DB machine is
restarted?? Is it having any specific parameter to connect datasource
automatically??

Please let me know. Thanks in advance.
-- 
View this message in context: 
http://old.nabble.com/how-to-connect-to-datasource-tp32809000p32809000.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org