June 2018
Intermediate to advanced
408 pages
11h 23m
English
The following configuration settings can help us to detect connection leaks:
So, in order to get optimal pool sizing, we need to modify our configuration to meet one of following conditions:
<Resource type="javax.sql.DataSource" name="jdbc/TestDB" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" driverClassName="org.postgresql.Driver" url="jdbc:postgresql://localhost:5432/TestDB" username="test" ...
Read now
Unlock full access