View Single Post
Old 05-10-2004, 08:16 AM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,166
Belisarius is on a distinguished road
Documentation is sparse, but this is the class Tomcat uses to setup a connection pool, and I've successfully set it up in a standalone context (no pun intended).

http://jakarta.apache.org/commons/dbcp/

If you're connecting via a Tomcat app, use the built in connection pool, otherwise try DBCP. I have some code examples if you'd like them.
__________________
GitS
Belisarius is offline   Reply With Quote