-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Dave,
On 1/3/20 13:47, Dave Bothwell wrote: > I am using Tomcat 8.5.11 with JDBC connection pooling. Based on > the documentation it is clear that DBCP pooling has changed the > maxActive attribute to maxTotal. However it is unclear, based on > this document > https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html, if JDBC > pooling has also changed maxActive to maxTotal. > > my question is which attribute should I be using? Are you asking about the difference between configurations for tomcat-pool and commons-pool? commons-pool (which is the default connection-pool in Tomcat) uses maxTotal. tomcat-pool (which is NOT the default connection-pool in Tomcat) uses maxActive. > Also, I am currently using both attributes maxActive and maxTotal > in my current server.xml file, which does not appear to be causing > any issues. If you use both, you should be all set for whichever pool you use at runtime. Note that you will have to specifically enable tomcat-pool, so it's unlikely that the pooling-library in use will be a surprise. If you look in your log file, you will notice that when Tomcat starts up it will give you a warning that one of the two configuration options failed to apply to whichever pool you are using. It is a warning, not an error, so you can ignore it. But it will show up in your log file every time. - -chris -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Thunderbird - https://www.enigmail.net/ iQIzBAEBCAAdFiEEMmKgYcQvxMe7tcJcHPApP6U8pFgFAl4PwFkACgkQHPApP6U8 pFiEZRAAloB5RkBB0HrUvYfHd2DJbR5h2xt2WxaKbK6Rql/cdjVEC1dftrGSL9a7 EvFkFl8juTA0oD/9mjGHKtN1MLgV+EFEu5hTppR+3wnkX/8djwp8L27AmtQ/xcT8 /5vasZfn8Web/WqJIJGVF9BiEHoUCr4+M7G+PA8rvsskpIAZKux9NhbliDUYUwzi R7GsjNelBKixCa8Qy5Q7LqNcHN4RDygXKYsLZVoeoliEBaUOTWHeLoXAo6BQYsVW Tce5S3xePN6ZG3A5o5lT2bIjWKJp4qDu2CgPHJ0TQyAuey4rpkYmeI7uesmZhr6T XpwWnk8kYLG7ZCRR99KBF0lx67PQmtxZLoN4kDYQ77x7XUW5c/Qsv2PcOcvXmbzk iau8YsitqivEAtRh68XG4wrK37vGfkGNzTaSPzpZqgCIiJCotIV6mwQMjo97Ium/ lxSTjLhLEkLNDegHk43wiW02AYfn+2FA0QBTiNX5OoWKu2YD/wrWnmljDwQKO6qL /ycYDnUCjkcmi0NZJil1kJtB2p8EKwy67W7PPRg2sf2VadFgifJlxO326UW1qK+e Gv8RjXgEHVOt2ydTa6sTFXT1fjcHaojVx5XgEK19UKNIUcMkyOUh6cZ5N/8d9UMn +jdZIx4hmxYshdoa4TO2JD6H8I087P8VNCL78RbeWTERUBBvvnc= =jSNi -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org