Most folks use open source connection pool managers.
DBCP, from the Jakarta Commons project is one: http://jakarta.apache.org/commons/index.html Here is a post about using DBCP: http://marc.theaimsgroup.com/?l=tomcat-user&m=102225547106556&w=2 Others I have seen mentioned include poolman, and DBConnectionBroker, available here: http://www.javaexchange.com/ John Turner [EMAIL PROTECTED] -----Original Message----- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 11:02 AM To: Tomcat Users List Subject: JDBC Connection Pools Just a sanity check question: It looks like Tomcat does not inherently support JDBC Data Source and/or connection pools - with Weblogic I can set one up in the config.xml file. Am I correct in this assumption? Do people write their own connection pool manager for JDBC connections when using Tomcat? Thanks -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
