Thanks Phil!

-------- Mensaje original --------
On 11 feb. 2021 2:54, Phil Steitz escribió:

> See maxWait for Tomcat JDBC Pool
>
> https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html
>
> Or for the default dbcp pool, maxWaitMillis
>
> https://commons.apache.org/proper/commons-dbcp/configuration.html
>
> Phil
>
> On 2/10/21 3:22 PM, xcorpius wrote:
>> Hi Chris!
>>
>> ConnectionReserveTimeoutSeconds:
>>
>> The number of seconds after which a call to reserve a connection from the 
>> connection pool will timeout.
>>
>> When set to 0, a call will never timeout.
>>
>> When set to -1, a call will timeout immediately.
>>
>> Admin Console field label: Connection Reserve Timeout
>>
>> Units: seconds
>>
>> Default: 10
>>
>> Minimum: -1
>>
>> Maximum: 231-1
>>
>> Thanks,
>>
>> Xcorpius
>> -------- Mensaje original --------
>> On 10 feb. 2021 23:13, Christopher Schultz escribió:
>>
>>> Xcorpius,
>>>
>>> On 2/10/21 07:15, xcorpius wrote:
>>>> Is there a parameter in "Tomcat JDBC Connection Pool" 9 equivalent to
>>>> the ConnectionReserveTimeoutSeconds parameter from Weblogic?
>>> Maybe.
>>>
>>> What does that parameter actually do?
>>>
>>> -chris
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>>> For additional commands, e-mail: users-h...@tomcat.apache.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to