How to connect to MySQL that uses DBCP for connection pooling

Hello,

I have a Tomcat/MySQL system that I wan’t to connect DF to using the existing MySQL connection pool that uses DBCP. In tomcat this connection is defined in the context.xml file of Tomcat. How can I get DF to tap into that connection? What should I put on the connection string for the MySQL service?

Looking into your question, should have an answer soon…

Apache dbcp requires a jdbc connection , something not supported on our PHP platform.

If you find a package that lets any of php’s connect methods talk to dbcp, we can look at possible integrating it. Their was one many years ago, but I can’t seem to find it on google.