Phil,
Thanks for the response. I saw that note in the docs that said the
removeAbandonedOnMaintenance wouldn't do anything without an evictor
service. But removeAbandonedOnBorrow also requires an evictor service
to run in order remove on borrow? That's fine. Just a bit confusing
that on-bo
In order for abandoned connection cleanup to happen, you have to have
configured a maintenance (aka "evictor") thread to run. You need to set
the value of timeBetweenEvictionRunsMillis to a positive number.
Phil
On 12/4/21 9:06 PM, Jerry Malcolm wrote:
I had a db connection leak in my code wh
Hi Chris, Mark,
Returning to an old thread...
I was able to figure this out. My application uses axis2 for web
services. Asix2 has .JSP files in:
WEB-INF/views/admin
WEB-INF/include
These .jsp files are the ones causing the problem. I'm not sure why.
My application doesn't use taglibs