Shawn,

On 12/17/20 11:04, Beard, Shawn wrote:
I was able to fix this. I added this to the config:

factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"

I was then seeing maxConnections of 50 in jmx and not 8.

So Phil was right: you needed to s/maxActive/maxTotal/.

That doesn't sounds right if "all your other servers are working with the same config and Tomcat version" so something isn't right about that statement. *Something* is different.

Switching to the Tomcat jdbc-pool again uses "maxActive" instead of "maxTotal" as the configuration option for the largest number of connections allowed in the pool, which is why it works when you change it.

-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to