From f08a0bda18a52c3ae4b65f6633c353a465fbf5f9 Mon Sep 17 00:00:00 2001 From: Torsten Friebe Date: Wed, 24 Apr 2024 11:52:01 +0200 Subject: [PATCH] Fixed name of MS SQL Server JDBC driver JAR file, and typos fixed --- .../src/main/asciidoc/javamodules.adoc | 4 ++-- .../src/main/asciidoc/serverconnections.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deegree-services/deegree-webservices-handbook/src/main/asciidoc/javamodules.adoc b/deegree-services/deegree-webservices-handbook/src/main/asciidoc/javamodules.adoc index 03f6e6cd34..ecb1f0f662 100644 --- a/deegree-services/deegree-webservices-handbook/src/main/asciidoc/javamodules.adoc +++ b/deegree-services/deegree-webservices-handbook/src/main/asciidoc/javamodules.adoc @@ -60,7 +60,7 @@ When deegree webservices initializes the workspace, it scans directory _modules/_ of the active deegree workspace for files ending with _.jar_ and adds them to the classpath. This can be very handy, as it allows to create self-contained workspaces (no fiddling with other -directories required) and also has the benefit the you can reload the +directories required) and also has the benefit that you can reload the deegree workspace only after adding your libraries (instead of restarting the deegree webapp or the whole web application container). @@ -151,5 +151,5 @@ The following deegree resources support Microsoft SQL Server: In order to enable Microsoft SQL Server connectivity for these resources, you need to add a compatible Microsoft JDBC driver (e.g. -_sqljdbc4.jar_)footnote:[https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server] +_mssql-jdbc-12.6.1.jre11.jar_)footnote:[https://learn.microsoft.com/en-us/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server] (see <>). diff --git a/deegree-services/deegree-webservices-handbook/src/main/asciidoc/serverconnections.adoc b/deegree-services/deegree-webservices-handbook/src/main/asciidoc/serverconnections.adoc index ae2a971978..2bd401f645 100644 --- a/deegree-services/deegree-webservices-handbook/src/main/asciidoc/serverconnections.adoc +++ b/deegree-services/deegree-webservices-handbook/src/main/asciidoc/serverconnections.adoc @@ -365,7 +365,7 @@ org.deegree.sqldialect.postgis.PostGISDialectProvider) [[anchor-configuration-jdbc-cp]] ==== JDBC connection pools -By default, the Apache Commons DBCP connection pool library is provided with deegree webservices WAR file. In some cases you may consider another implementation as more appropriate to use. The following examples show how to use other connection pool provider. Keep in mind to add the mentioned libraries to the same classpath as the JDBC driver. +By default, the https://commons.apache.org/proper/commons-dbcp/[Apache Commons DBCP connection pool library] is provided with deegree webservices WAR file. In some cases you may consider another implementation as more appropriate to use. The following examples show how to use other connection pool provider. Keep in mind to add the mentioned libraries to the same classpath as the JDBC driver. ==== PostgreSQL JDBC