RE: 2 Quick Questions: DBCP - ValidationQuery && server.xml - Context -cachingAllowed

2003-04-03 Thread Halstead, Chris
have much real value. -chris -Original Message- From: Nicholas Orr [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 5:07 PM To: 'Tomcat Mailing List' Subject: 2 Quick Questions: DBCP - ValidationQuery && server.xml - Context -cachingAllowed Hello, Just two q

RE: 2 Quick Questions: DBCP - ValidationQuery && server.xml - Context -cachingAllowed

2003-04-03 Thread Shapira, Yoav
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

2 Quick Questions: DBCP - ValidationQuery && server.xml - Context -cachingAllowed

2003-04-03 Thread Nicholas Orr
Hello, Just two quick questions 1. What does the ValidationQuery* parameter actually do in DBCP? 2. In server.xml, what does the cachingAllowed^ property of Context do? Thanks, Nicholas Orr *I looked in the TC 4.1.24 doc but it was not there, then went to dbcp website and I didn't know where