org.apache.commons.dbcp.DbcpException: java.sql.SQLException

2005-06-13 Thread ajay kumar
Hi Everybody, This is Ajay Kumar.I implemented DBCP through tomcat container.Some times when i run the webpages it is giving the following Exception: org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Server connection failure during transaction. Attempted reconnect 3

Getting DBCP Exception

2005-06-13 Thread ajay kumar
Hi Everybody, This is Ajay Kumar.I implemented DBCP through tomcat container.Some times when i run the webpages it is giving the following Exception: org.apache.commons.dbcp.DbcpException: java.sql.SQLException: Server connection failure during transaction. Attempted reconnect 3

Re: still not clear with connection pooling in tomcat

2005-04-11 Thread ajay kumar
/TestDB); Connection con=ds.getConnection(); Statement st = con.createStatement(); Make sure that commons-dbcp,commons-collections and commons-pool files in common/lib directory. I hope that this mail will help you in finding out the solution. regards, -Ajay Kumar On Apr 10, 2005

How to check whether session has expired or not

2005-04-11 Thread ajay kumar
. Regards --Ajay Kumar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Facing problem with implementation of DBCP

2005-03-28 Thread ajay kumar
Hi All, Iam facing problem with DBCP implementation from last one week.I followed all the instructions which are mentioned in the documentation section,but i could not implement it. When i run the Program which is involving DBCP, is showing the following error: