From 8e01b14319946564c5d871029ccb13a4bf4a1370 Mon Sep 17 00:00:00 2001 From: fhanik Date: Fri, 10 Jul 2009 15:03:43 +0000 Subject: [PATCH] Add manifest to binary JAR Fix XML error in doc git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@792969 13f79535-47bb-0310-9956-ffa450edef68 --- modules/jdbc-pool/build.xml | 4 +++- modules/jdbc-pool/doc/jdbc-pool.xml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/jdbc-pool/build.xml b/modules/jdbc-pool/build.xml index 119694dde..2da561dd1 100644 --- a/modules/jdbc-pool/build.xml +++ b/modules/jdbc-pool/build.xml @@ -77,9 +77,11 @@ + + @@ -107,7 +109,7 @@ - + diff --git a/modules/jdbc-pool/doc/jdbc-pool.xml b/modules/jdbc-pool/doc/jdbc-pool.xml index aa1863f10..f9d57687f 100644 --- a/modules/jdbc-pool/doc/jdbc-pool.xml +++ b/modules/jdbc-pool/doc/jdbc-pool.xml @@ -693,7 +693,7 @@

We build the JDBC pool code with 1.6, but it is backwards compatible down to 1.5 for runtime environment. For unit test, we use 1.6 and higher

Other examples of Tomcat configuration for JDBC usage can be found in the Tomcat documentation.

-

Building is pretty simple. The pool has a dependency on tomcat-juli.jar and in case you want the SlowQueryReportJmx +

Building is pretty simple. The pool has a dependency on tomcat-juli.jar and in case you want the SlowQueryReportJmx

javac -classpath tomcat-juli.jar \ -d . \ -- 2.11.0