Re: Kumar's JDBC problems with MySQL

2004-03-18 Thread Adam Hardy
, 2004 7:32 PM To: [EMAIL PROTECTED] Subject: Re: Kumar's JDBC problems with MySQL Kumar, I've been trying to follow the JDBC pb thread as well and still can't get rid of the problem. Here is what I've done. Using J Connector 3.0, Tomcat 4.1.30 and mySQL 4.0.18. I put my mysql-connector-java

Kumar's JDBC problems with MySQL

2004-03-17 Thread Parsons Technical Services
Kumar, First, I started you your own thread. I do this so that others and I can keep you straight as to who is who and know it is a seperate issue although on the same topic. Please repost your context portion of the xml, the section of code that accesses the connection pool and if global, the

RE: Kumar's JDBC problems with MySQL

2004-03-17 Thread D'Alessandro, Arthur
TC4 supports context resource fragments, but not within a war (META-INF/context.xml in TC5)... -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 6:18 PM To: Tomcat Users List Subject: Kumar's JDBC problems with MySQL Kumar

Re: Kumar's JDBC problems with MySQL

2004-03-17 Thread Kawthar Bt M Sulaiman
Kumar, I've been trying to follow the JDBC pb thread as well and still can't get rid of the problem. Here is what I've done. Using J Connector 3.0, Tomcat 4.1.30 and mySQL 4.0.18. I put my mysql-connector-java-3.0.11-bin under /common/lib. 1. Start from simple web.xml: resource-ref

Re: Kumar's JDBC problems with MySQL

2004-03-17 Thread Parsons Technical Services
: Kumar's JDBC problems with MySQL Kumar, I've been trying to follow the JDBC pb thread as well and still can't get rid of the problem. Here is what I've done. Using J Connector 3.0, Tomcat 4.1.30 and mySQL 4.0.18. I put my mysql-connector-java-3.0.11-bin under /common/lib. 1. Start from

RE: Kumar's JDBC problems with MySQL

2004-03-17 Thread Steve Gums
, March 17, 2004 5:22 PM To: Tomcat Users List Subject: RE: Kumar's JDBC problems with MySQL TC4 supports context resource fragments, but not within a war (META-INF/context.xml in TC5)... -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17

RE: Kumar's JDBC problems with MySQL

2004-03-17 Thread Steve Gums
valuejdbc:mysql://localhost/javatest?autoReconnect=true/value /parameter /ResourceParams /Context -Original Message- From: Kawthar Bt M Sulaiman [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 17, 2004 7:32 PM To: [EMAIL PROTECTED] Subject: Re: Kumar's JDBC problems with MySQL Kumar