Hi, I want to implement my application with Connection Pooling. Tomcat offers supports of a connection pool for JDBC connection, but there should be a prerequisite--JDBC driver should provide pooled datasource implementation. Is this right?
The JDBC driver for MySQL database I am using is org.gjt.mm.mysql. The driver has the class MysqlDataSource that is a JNDI DataSource for Mysql JDBC connection-- only the basic implementation of javax.sql.Datasource but not connection pool implementation. Is this means that I can't use connection pool with this JDBC driver in tomcat? Thanks! Meichun -- Meichun Li Ibiblio.org 919-962-5646 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
