RE: JDBC Connection Pools

2002-08-02 Thread Turner, John
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-userm=102225547106556w=2 Others I have seen mentioned include poolman, and

Re: JDBC Connection Pools

2002-08-02 Thread Jacob Kjome
Hello Chris, You really need to read the Tomcat documentation before asking a question like this: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html#JDBC%20Data%20Sources http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html Oh, one thing.

Re: JDBC Connection Pools

2002-08-02 Thread Peter Mutsaers
Chris == Chris Ruegger [EMAIL PROTECTED] writes: Chris It looks like Tomcat does not inherently support JDBC Data Chris Source and/or connection pools - with Weblogic I can set Chris one up in the config.xml file. Chris Am I correct in this assumption? Do people write their own

RE: JDBC Connection Pools

2002-08-02 Thread Durham David Cntr 805CSS/SCBE
some drivers ship with support for connection pooling. e.g. Oracles latest jdbc drivers -Original Message- From: Peter Mutsaers [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 10:39 AM To: Tomcat Users List Subject: Re: JDBC Connection Pools Chris == Chris Ruegger

RE: JDBC Connection Pools

2002-08-02 Thread Mike Jackson
It didn't when I started doing things, so I started using poolman (on sourceforge). --mikej -=- mike jackson [EMAIL PROTECTED] -Original Message- From: Chris Ruegger [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 8:02 AM To: Tomcat Users List Subject: JDBC Connection

RE: JDBC Connection Pools

2001-03-07 Thread John de la Garza
Funny you ask...I've been working all this for the last two days...I run tomcat... Check out: http://poolman.sourceforge.net/PoolMan/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shantul Nigam Sent: Wednesday, March 07, 2001 5:58 PM To: