There's nothing intrinsic to the tags that does connection pooling, so
you'll probably want to implement something.  You might want to check out
the DBCP component in the Jakarta Commons subproject.

----- Original Message -----
From: "ranjit lingaiah" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 16, 2001 5:43 PM
Subject: Dbtags DB connection in JSP


>
> I have a group of JSP pages that make up my application.
> I specify below DB information info in each of those pages.
>
> <sql:connection id="schedules_list">
>   <sql:url initParameter="dbUrl"/>
>   <sql:driver initParameter="dbDriver"/>
>   <sql:userId initParameter="dbUserId"/>
>   <sql:password initParameter="dbPassword"/>
> </sql:connection>
>
> Question: Is this ok? or do I need to write a connection manager that
> does
> connection pooling?
>
> thanks,
>
> -ranjit


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to