Howdy,

>1. What does the ValidationQuery* parameter actually do in DBCP?

I would assume (too lazy to check) it's a sanity check SQL query
allowing the pool to validate the state of a connection before handing
it to a client or after receiving it back from a client and before
returning it to the pool.

>2. In server.xml, what does the cachingAllowed^ property of Context do?

Gets propagated to the directory context in order to let you specify the
dir context resources shouldn't be cached.  See:
javax.naming.DirContext
org.apache.naming.resources.BaseDirContext
org.apache.catalina.core.StandardContext

Yoav Shapira
Millennium ChemInformatics



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]

Reply via email to