Skip to content

Commit

Permalink
Fixed name of MS SQL Server JDBC driver JAR file, and typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tfr42 authored and copierrj committed Aug 28, 2024
1 parent 45b4c79 commit e934459
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down Expand Up @@ -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 <<anchor-adding-jars>>).
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e934459

Please sign in to comment.