> From: Andrew Laughlin [mailto:andrew.laugh...@gmail.com]
> Subject: Re: Implementing Connection Pooling
> 
> The credentials for a database connection are specified per 
> database. That is, user credentials are not used to get an 
> authenticated connection to the database.  Notice OrgID is
> the database name, username and password.

You're not going to be able to do this with a single <Resource> element, since 
one <Resource> == one connection pool.  You'll either have to configure one 
<Resource> per OrgID (and know them all up front), or use your own connection 
pooling with commons-dbcp (or equivalent).

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

Reply via email to