thanks Yoav,

Oracle has some good example on there technet.oracle.com site but the use

OC4J instead of Tomcat.

With the many docs I was coming across on the web it became confusing as to
what is a MUST and what is a CHOICE.

-----Original Message-----
From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
Sent: Friday, June 27, 2003 4:44 PM
To: Tomcat Users List
Subject: RE: JDBC Pooling Clarification



Howdy,

>         Question 1. This package is used REGARDLESS of what database
you
>are using?

You can configure what package is used by altering the factory setting
in the <ResourceParams> section for your data source.

>         Question 2. If DBCP does not have to be used then I could use
>Oracles connection pooling AND connection cache?

By definition, yes.  

>         Question 3. Is DBCP apart of JNDI?

No, it's a jakarta-commons project: 
http://jakarta.apache.org/commons/dbcp/

>         Question 4. Is it possible to have multiple users use the SAME
>connection pool, and in my respect with Oracle a connection cache?

Why not?  What's the difference between one or N users?  It all comes
from your servlets anyways.

Yoav Shapira



This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


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

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

Reply via email to