Re: problem with Connection pooling in tomcat 5.5

2008-11-25 Thread Sridhar n
> > Hello friends, > I am doing small web application ,in that I am doing connection pooling.I > followed these steps: > *1.In Conf/server.xml - added below code* >... > > type="javax.sql.DataSource" >description="Oracle 9i database that can be updated and saved" >

Re: problem with Connection pooling in tomcat 5.5

2008-11-18 Thread Filip Hanik - Dev Lists
the factory factory="oracle.jdbc.driver.OracleDriver" should not be a driver, but a factory object for a javax.sql.DataSource Filip Felix Schumacher wrote: Am Dienstag, den 18.11.2008, 23:37 +0530 schrieb Sridhar n: Hello friends, I am doing small web application ,in that I am doing con

Re: problem with Connection pooling in tomcat 5.5

2008-11-18 Thread Felix Schumacher
Am Dienstag, den 18.11.2008, 23:37 +0530 schrieb Sridhar n: > Hello friends, > I am doing small web application ,in that I am doing connection pooling.I > followed these steps: > *1.In Conf/server.xml - added below code* >... > > type="javax.sql.DataSource" >descriptio