Why do I need to restart my server

2004-03-10 Thread UmamaheswarKalluru
Hi, Every time my database server connection goes down, I need to restart my Tomcat 5.0.19 to re-establish the connection. Why is this so? Is this a bug? Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL

Re: Why do I need to restart my server

2004-03-10 Thread Alex
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Why do I need to restart my server Hi, Every time my database server connection goes down, I need to restart my Tomcat 5.0.19 to re-establish the connection. Why is this so? Is this a bug

Re: Why do I need to restart my server

2004-03-10 Thread Alex
need to restart my server This works with most except for oracle which uses select 1 from dual parameter namevalidationQuery/name valueselect 1/value /parameter - To unsubscribe, e-mail: [EMAIL

Re: Why do I need to restart my server

2004-03-10 Thread Adrian Kristiawan
Hi, I'm having the same problem, I want to ask which file should I edit according to the changes below? Thanks All. ---Original Message--- From: Tomcat Users List Date: 03/10/04 19:41:47 To: Tomcat Users List Subject: Re: Why do I need to restart my server This works

RE: Why do I need to restart my server

2004-03-10 Thread Shapira, Yoav
Kristiawan [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 10, 2004 7:58 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Why do I need to restart my server Hi,   I'm having the same problem, I want to ask which file should I edit according to the changes below?   Thanks All

Re: Why do I need to restart my server

2004-03-10 Thread UmamaheswarKalluru
Hi Alex, Where shold I specify the parameters? i.e in which .xml file Thank you, Best Regards, Uma - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Why do I need to restart my server

2004-03-10 Thread UmamaheswarKalluru
Shapira, I am using my own connection pooling concenpt. The server isn't going down because of my query executions but due to some other reason. If incase it goes down, I need to restart my tomcat. This is a big problem for me. How can I prevent this. Will using the parameters tag in

RE: Why do I need to restart my server

2004-03-10 Thread Shapira, Yoav
Hi, I am using my own connection pooling concenpt. The server isn't going down because of my query executions but due to some other reason. If incase it goes down, I need to restart my tomcat. This is a big problem for me. How can I prevent this. Will using the parameters tag in server.xml file