Top "Tomcat-jdbc" questions

This tag is about tomcat and jdbc working together.

Spring-Boot: How do I set JDBC pool properties like maximum number of connections?

Spring-Boot is a pretty awesome tool, but the documentation is a bit sparse when it comes to more advanced configuration. …

java spring jdbc spring-boot tomcat-jdbc
How to set custom connection properties on DataSource in Spring Boot 1.3.x with default Tomcat connection pool

I need to set some specific Oracle JDBC connection properties in order to speed up batch INSERTs (defaultBatchValue) and mass …

spring-boot connection-pooling jdbctemplate ojdbc tomcat-jdbc
How to set application_name for postgres connections?

I'm using tomcat connection pool org.apache.tomcat.jdbc.pool.DataSource. The connections appear in my database pg_stat_activity …

java postgresql connection-pooling tomcat-jdbc
Classpath issue between jetty-maven-plugin and tomcat-jdbc 8.0.9+ leading to ServiceConfigurationError

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 …

java maven jetty tomcat-jdbc tomcat-juli
Packet for query is too large MySQL

I have a tomcat app connecting to a MySQL Db / java application I keep getting Packet for query is too …

mysql tomcat tomcat-jdbc
Receiving Data source is Closed error using spring-boot 1.2.7 in Tomcat 8 Java 8

I have a spring boot service using spring-boot 1.2.7 deploying to Tomcat 8 using Java 8. The service runs fine on a fresh …

spring-boot tomcat8 tomcat-jdbc
What is the cause of "RecoverableDataAccessException" received when checking health of database?

I am using spring-boot along with oracle database. On accessing http://localhost:8888/health health end-point, I get following response: {"status":"…

spring-boot tomcat-jdbc