tomcat-jdbc Questions
6
Solved
Spring-Boot is a pretty awesome tool, but the documentation is a bit sparse when it comes to more advanced configuration. How can I set properties like the maximum size for my database connection p...
Arch asked 29/8, 2014 at 17:12
6
Solved
I'm using tomcat connection pool org.apache.tomcat.jdbc.pool.DataSource. The connections appear in my database pg_stat_activity with empty application_name.
How could I set that application name i...
Marcusmarcy asked 19/5, 2015 at 9:50
3
I'm working on an app using :
jetty-maven-plugin:9.3.2.v20150730
tomcat-jdbc:8.0.8 (which has tomcat-juli as dependency)
After trying to upgrade the tomcat-jdbc jar to any version beyond 8.0.9+ I...
Hausmann asked 18/9, 2015 at 3:47
4
Solved
I need to set some specific Oracle JDBC connection properties in order to speed up batch INSERTs (defaultBatchValue) and mass SELECTs (defaultRowPrefetch).
I got suggestions how to achieve this wit...
Mender asked 18/1, 2016 at 14:14
1
Solved
I am using spring-boot along with oracle database.
On accessing http://localhost:8888/health health end-point, I get following response:
{"status":"DOWN","error":"org.springframework.dao.Recover...
Slipnoose asked 21/11, 2014 at 9:58
1
© 2022 - 2024 — McMap. All rights reserved.