Re: Datasource Connections Problem

2020-01-24 Thread Jerry Malcolm
On 1/24/2020 12:07 AM, Felix Schumacher wrote: Am 24. Januar 2020 06:22:49 MEZ schrieb Jerry Malcolm : On 1/23/2020 11:04 PM, Jerry Malcolm wrote: Sorry... forgot the version.  You are correct.  It's 8.5.x running on AWS Linux EC2.  I didn't intentionally configure anything special for the p

Re: Datasource Connections Problem

2020-01-23 Thread Felix Schumacher
Am 24. Januar 2020 06:22:49 MEZ schrieb Jerry Malcolm : > >On 1/23/2020 11:04 PM, Jerry Malcolm wrote: >> Sorry... forgot the version.  You are correct.  It's 8.5.x running on > >> AWS Linux EC2.  I didn't intentionally configure anything special for > >> the pool.  So I assume it's dbcp 2.0.  H

Re: Datasource Connections Problem

2020-01-23 Thread Jerry Malcolm
On 1/23/2020 11:04 PM, Jerry Malcolm wrote: Sorry... forgot the version.  You are correct.  It's 8.5.x running on AWS Linux EC2.  I didn't intentionally configure anything special for the pool.  So I assume it's dbcp 2.0.  Here is my resource config:     url="jdbc:mysql://xx-db-1.xx

Re: Datasource Connections Problem

2020-01-23 Thread Jerry Malcolm
Sorry... forgot the version.  You are correct.  It's 8.5.x running on AWS Linux EC2.  I didn't intentionally configure anything special for the pool.  So I assume it's dbcp 2.0.  Here is my resource config:       I didn't notice the problem for a couple of days.  Then it blew up on a c

Re: Datasource Connections Problem

2020-01-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark and Jerry, On 1/20/20 5:50 AM, Mark Thomas wrote: > Can you share the configuration of the connection pool? Don't > forget to mask any passwords. Also the Tomcat version ;) Recent posts from you suggest that this is 8.5.x, which means you are

Re: Datasource Connections Problem

2020-01-20 Thread Mark Thomas
Can you share the configuration of the connection pool? Don't forget to mask any passwords. Mark On 19/01/2020 05:43, Jerry Malcolm wrote: > I have a web page that makes a couple of hundred ajax calls when it > loads.  But the calls are recursive.  The response from one call > generates a couple

Datasource Connections Problem

2020-01-18 Thread Jerry Malcolm
I have a web page that makes a couple of hundred ajax calls when it loads.  But the calls are recursive.  The response from one call generates a couple of more calls.  The responses from those calls generate others, etc.  So this is not a blast of 200 simultaneous calls to the server.   In most