Re: tomcat connection pooling problem

2008-06-09 Thread Youssef Mohammed
this class what i was talking about http://download-uk.oracle.com/docs/cd/B10501_01/java.920/a96654/oci_func.htm#1014118 On Mon, Jun 9, 2008 at 8:53 PM, Youssef Mohammed <[EMAIL PROTECTED]> wrote: > for oracle database, you can just use their native driver (oci driver), > they have a Pooled Dat

Re: tomcat connection pooling problem

2008-06-09 Thread Htin Kyaw Nyo
ly Oracle rebooting by its own settings? > > -Original Message- > From: Htin Kyaw Nyo [mailto:[EMAIL PROTECTED] > Sent: Monday, June 09, 2008 9:27 AM > To: Tomcat Users List > Subject: tomcat connection pooling problem > > > Hi > > I am using tomcat55 and ojd

Re: tomcat connection pooling problem

2008-06-09 Thread Htin Kyaw Nyo
Thanks Thomas, validationQuery method seems promising. I will configure and see if the issue is still there when the db server reboot. Thanks a lot. On Mon, Jun 9, 2008 at 1:21 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > > Htin Kyaw Nyo wrote: > >> Hi >> >> I am using tomcat55 and ojdbc14_g an

Re: tomcat connection pooling problem

2008-06-09 Thread Youssef Mohammed
for oracle database, you can just use their native driver (oci driver), they have a Pooled DataSource that will manage the pooling natively ... you don't need dbcp then. On Mon, Jun 9, 2008 at 5:26 PM, Htin Kyaw Nyo <[EMAIL PROTECTED]> wrote: > Hi > > I am using tomcat55 and ojdbc14_g and tomca

RE: tomcat connection pooling problem

2008-06-09 Thread Propes, Barry L
is this possibly Oracle rebooting by its own settings? -Original Message- From: Htin Kyaw Nyo [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2008 9:27 AM To: Tomcat Users List Subject: tomcat connection pooling problem Hi I am using tomcat55 and ojdbc14_g and tomcat connection

Re: tomcat connection pooling problem

2008-06-09 Thread Mark Thomas
Htin Kyaw Nyo wrote: Hi I am using tomcat55 and ojdbc14_g and tomcat connection pooling. I am getting this error when i leave tomcat run for a couple of days. I searched around the internet and people blaming firewall and connection issues by db server. here is a brief error: java.sql.SQLExcept

tomcat connection pooling problem

2008-06-09 Thread Htin Kyaw Nyo
Hi I am using tomcat55 and ojdbc14_g and tomcat connection pooling. I am getting this error when i leave tomcat run for a couple of days. I searched around the internet and people blaming firewall and connection issues by db server. here is a brief error: java.sql.SQLException: Io exception: Conne

Re: DB2/Tomcat Connection pooling problem

2007-02-04 Thread olivier nouguier
=localhost,class= javax.sql.DataSource,name="jdbc/PhoenixDB" When trying to use the DB2DataSourceFactory instead of the dbcp one... Thanks, -P - Original Message From: Tim Lucia <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, February 2, 2007 1:29:05 PM Subject: RE: DB2/Tomcat Co

Re: DB2/Tomcat Connection pooling problem

2007-02-02 Thread Pete
ia <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Friday, February 2, 2007 1:29:05 PM Subject: RE: DB2/Tomcat Connection pooling problem > Also in V6, it seems to be using a version of dbcp associated with tomcat > as opposed to commons. (org.apache.tomcat.dbcp.*) Has some underlying

RE: DB2/Tomcat Connection pooling problem

2007-02-02 Thread Tim Lucia
> Also in V6, it seems to be using a version of dbcp associated with tomcat > as opposed to commons. (org.apache.tomcat.dbcp.*) Has some underlying > behavior changed as well here? This is the standard behavior with 5.5.x -- DBCP is repackaged under the Tomcat package (presumably) to avoid conflic

DB2/Tomcat Connection pooling problem

2007-02-02 Thread Pete
Hello all, I am currently working on getting Tomcat and DB2 to work together here and have been having a heck of a time. I'm at a point where I'm able to reference the JNDI resource in my test servlet (finally), and now am getting a connection pool issue: "Cannot create PoolableConnectionFactory