You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by eb...@apache.org on 2018/06/22 11:52:32 UTC

svn commit: r1834121 - in /tomcat/tc8.5.x/trunk/modules/jdbc-pool: build.xml doc/jdbc-pool.xml

Author: ebourg
Date: Fri Jun 22 11:52:32 2018
New Revision: 1834121

URL: http://svn.apache.org/viewvc?rev=1834121&view=rev
Log:
Fixed several links pointing to the documentation of older Tomcat releases (more)

Modified:
    tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.xml
    tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml

Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.xml?rev=1834121&r1=1834120&r2=1834121&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.xml (original)
+++ tomcat/tc8.5.x/trunk/modules/jdbc-pool/build.xml Fri Jun 22 11:52:32 2018
@@ -242,7 +242,7 @@
           style="${tomcat.xsl.dest}"
           excludes="build.xml project.xml"
           includes="*.xml">
-      <param name="relative-path" expression="https://tomcat.apache.org/tomcat-9.0-doc"/>
+      <param name="relative-path" expression="https://tomcat.apache.org/tomcat-8.5-doc"/>
       <param name="apache-logo" expression="/images/asf-logo.svg"/>
     </xslt>
   </target>

Modified: tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml
URL: http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml?rev=1834121&r1=1834120&r2=1834121&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml (original)
+++ tomcat/tc8.5.x/trunk/modules/jdbc-pool/doc/jdbc-pool.xml Fri Jun 22 11:52:32 2018
@@ -752,7 +752,7 @@
 </section>
 
 <section name="Code Example">
-  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="https://tomcat.apache.org/tomcat-9.0-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
+  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="https://tomcat.apache.org/tomcat-8.5-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
   <subsection name="Plain Ol' Java">
     <p>Here is a simple example of how to create and use a data source.</p>
 <source><![CDATA[  import java.sql.Connection;
@@ -959,7 +959,7 @@
 
 <section name="Building">
   <p>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</p>
-  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="https://tomcat.apache.org/tomcat-9.0-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
+  <p>Other examples of Tomcat configuration for JDBC usage can be found <a href="https://tomcat.apache.org/tomcat-8.5-doc/jndi-datasource-examples-howto.html">in the Tomcat documentation</a>. </p>
   <subsection name="Building from source">
     <p>Building is pretty simple. The pool has a dependency on <code>tomcat-juli.jar</code> and in case you want the <code>SlowQueryReportJmx</code></p>
 <source><![CDATA[  javac -classpath tomcat-juli.jar \



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org