Answering my own questions.

On Mon, Aug 29, 2011 at 5:12 PM, Andrew Todd <andrew.todd...@gmail.com> wrote:
> So I'm working on a Maven-based project in which I would like to use
> the Tomcat JDBC connection pool. I've noticed that with Tomcat 7, the
> documentation has now moved into the official Tomcat docs
> (https://tomcat.apache.org/tomcat-7.0-doc/jdbc-pool.html).

> 1) Since the documentation provides information on using it
> standalone, is it available as a Maven artifact?

Yes, it has been available since Tomcat 7.0.19. The Maven artifact
name is tomcat-jdbc.

http://repo2.maven.org/maven2/org/apache/tomcat/tomcat-jdbc/

> 2) I'm assuming that JDBC Pool is available in the Tomcat tarball.

Yes, since Tomcat 7.0.19. The changelog entry is here:

https://tomcat.apache.org/tomcat-7.0-doc/changelog.html

Hope this helps someone else.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to