Questions tagged [tomcat-jdbc]

This tag is about tomcat and jdbc working together.

is a Java-based data access technology (Java Standard Edition platform) from Oracle Corporation. This technology is an API for the Java programming language that defines how a client may access a database.

is an open source web server and servlet container developed by the Apache Software Foundation (ASF). Tomcat implements the Java Servlet and the JavaServer Pages (JSP) specifications from Sun Microsystems, and provides a pure Java HTTP web server environment for Java code to run in. In the simplest config Tomcat runs in a single operating system process.

This tag is about tomcat and jdbc working together.

63 questions
0
votes
1 answer

Eager Initializing Connection Pool & Custom Timeout Value

I'm using the Tomcat JDBC Connection Pool (which is the Spring Boot default) to manage connections to my PostgreSQL cluster, and I just noticed that the pool is created only when the very first query is made. My question is twofold: Is there any…
Martin
  • 1,317
  • 3
  • 13
  • 18
0
votes
1 answer

NamingException: Cannot create resource instance with tomcat7-maven-plugin h2/mysql database

I'm trying to create maven web application project that makes standalone executable jar when packaging and for that purpose I'm using tomcat7-maven-plugin. The initial hello world kind of application works fine, but I'm struggling to make it work…
some12die4
  • 100
  • 1
  • 11
-1
votes
1 answer

Confusion on Which Tomcat JDBC (tomcat-jdbc) Driver to Use

TL;DR: How do we know which version of the tomcat-jdbc driver we need to use for a specific version of Tomcat? Is there any reasonable documentation? Longer Version Over the years I have looked for a reasonable explanation on which tomcat-jdbc…
hooknc
  • 4,854
  • 5
  • 31
  • 60
1 2 3 4
5