Does anyone know of any connection pooling solution that will work with any
version of any database and with any application server?

We found out we need to support Oracle 8.0 and the 8.0 drivers don't support
JDBC 2.0 (please correct me if I'm wrong on this) so I was planning to put
in PoolMan, but I also need the app to work in WebSphere.

> -----Original Message-----
> From: Andrew Myers [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 31, 2002 7:50 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Connection Pooling
>
>
> I did give this a try although I had a few hassles getting it
> running in the Visual Age 4.0 and the WebSphere Test
> Environment (the lazy instantiation didn't seem to work on
> the first attempt and I always had to reload my pages to see
> the data?).  Has anyone successfully used this in WTE?
>
> Thanks,
> Andrew.
>
> ----- Original Message -----
> Subject:     Re: Connection Pooling
> Date:   Wed, 30 Jan 2002 20:32:08 -1000
> From:   cahana <[EMAIL PROTECTED]>
> To:   Struts Users Mailing List <[EMAIL PROTECTED]>
>
>
> Have you tried Poolman to do your connection pooling?  It
> provides a way to
> specify a validation query which periodically checks to see
> if the database
> is still accessible.  If it doesn't, it'll keep trying to
> connect to the
> database until it comes back up.  The url is www.codestudio.com
>
> --
>
>
>
>
> __________________________________________________________________
> Your favorite stores, helpful shopping tools and great gift
> ideas. Experience the convenience of buying online with
> Shop@Netscape! http://shopnow.netscape.com/
>
> Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to