JDBC Connection Pools

2002-08-02 Thread Chris Ruegger
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

RE: JDBC Connection Pools

2002-08-02 Thread Turner, John
, 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

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

JDBC Connection Pools

2001-03-07 Thread Shantul Nigam
Is there any way to create a JDBC Connection pool within Tomcat? Thanks, Shantul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

RE: JDBC Connection Pools

2001-03-07 Thread John de la Garza
To: [EMAIL PROTECTED] Subject: JDBC Connection Pools Is there any way to create a JDBC Connection pool within Tomcat? Thanks, Shantul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED