You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by mike houston <mi...@gmail.com> on 2010/11/04 05:50:20 UTC

connection Pooling in tomcat 6

Hi..

Is there a framework for implementing database connection pooling in tomcat
6?
I am migrating my application from tomcat 4 to 6. There is already a
connection pooling implemented for the sql2000 server using the MS pool.exe
framework. But now thats not quite compatible.

Please suggest.

Thanks,
Mike

Re: connection Pooling in tomcat 6

Posted by Bob Hall <rf...@yahoo.com>.

--- On Wed, 11/3/10 at 10:30 PM, mike houston <mi...@gmail.com> wrote:

> Can you please explain to me in
> detail.
> 
> Thanks,
> M

http://lmgtfy.com/?q=tomcat+6+dbcp&l=1

- Bob


      

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: connection Pooling in tomcat 6

Posted by mike houston <mi...@gmail.com>.
Can you please explain to me in detail.

Thanks,
M
On Thu, Nov 4, 2010 at 10:43 AM, Will Sumekar <wi...@gmail.com>wrote:

> you can use commons dbcp or c3p0 that are available openly.
>
>
> Will
>
>
> On Thu, Nov 4, 2010 at 12:50 PM, mike houston <mike.houston83@gmail.com
> >wrote:
>
> > Hi..
> >
> > Is there a framework for implementing database connection pooling in
> tomcat
> > 6?
> > I am migrating my application from tomcat 4 to 6. There is already a
> > connection pooling implemented for the sql2000 server using the MS
> pool.exe
> > framework. But now thats not quite compatible.
> >
> > Please suggest.
> >
> > Thanks,
> > Mike
> >
>

Re: connection Pooling in tomcat 6

Posted by Will Sumekar <wi...@gmail.com>.
you can use commons dbcp or c3p0 that are available openly.


Will


On Thu, Nov 4, 2010 at 12:50 PM, mike houston <mi...@gmail.com>wrote:

> Hi..
>
> Is there a framework for implementing database connection pooling in tomcat
> 6?
> I am migrating my application from tomcat 4 to 6. There is already a
> connection pooling implemented for the sql2000 server using the MS pool.exe
> framework. But now thats not quite compatible.
>
> Please suggest.
>
> Thanks,
> Mike
>

Re: connection Pooling in tomcat 6

Posted by Pid <pi...@pidster.com>.
On 04/11/2010 05:50, mike houston wrote:
> Hi..
> 
> Is there a framework for implementing database connection pooling in tomcat
> 6?
> I am migrating my application from tomcat 4 to 6. There is already a
> connection pooling implemented for the sql2000 server using the MS pool.exe
> framework. But now thats not quite compatible.
> 
> Please suggest.
> 
> Thanks,
> Mike
> 

http://tomcat.apache.org/tomcat-6.0-doc/jndi-datasource-examples-howto.html


Tomcat has Commons DBCP available out-of-the-box, configure a DataSource
and it just works.


p