i am trying to use the tomcat jdbc-pool in my application but it seems that i cannot find a repository that provides this dependency. Any clue in which repository i can find the latest release that can be used in a Maven build?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you are deploying to Tomcat the required JARs are bundled with the Tomcat servlet container, you don't have to (and shouldn't) include them in your WAR file. Instead you should define the JDBC connection pool in Tomcat itself and then simply reference it in your application using JNDI. |
|||||||
|
|
Here is the correct dependency information for the Tomcat JDBC Pool.
|
|||
|
|
