Re: RemoveAbandoned Problems

2021-12-05 Thread Jerry Malcolm
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

Re: RemoveAbandoned Problems

2021-12-05 Thread Phil Steitz
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

Re: Tomcat Jasper Compiler ant task not working - missing tag lib validator

2021-12-05 Thread Builder Lynx Demo
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