This tag is about tomcat and jdbc working together.
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-jdbcI 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-jdbcI'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-jdbcI'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-juliI have a tomcat app connecting to a MySQL Db / java application I keep getting Packet for query is too …
mysql tomcat tomcat-jdbcI 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-jdbcI 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