Hey! You could try to use this connection pool. I've used it and its a decent good working pool.
www.javaexchange.com/api/com/javaexchange/dbConnectionBroker/ DbConnectionBroker.html But the site seems to be down at the moment. Elm > 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]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
