Difference between revisions of "Implementing Devolved Constraints"

From MyWiki
Jump to: navigation, search
Line 1: Line 1:
 
# Download the jdbc connector for Microsoft SQL Server
 
# Download the jdbc connector for Microsoft SQL Server
 
The oldish version of java on the server might cause a compatibility issue:<br>
 
The oldish version of java on the server might cause a compatibility issue:<br>
https://docs.microsoft.com/en-us/sql/connect/jdbc/system-requirements-for-the-jdbc-driver<br>
+
see https://docs.microsoft.com/en-us/sql/connect/jdbc/system-requirements-for-the-jdbc-driver<br>
 +
Requires a Java Runtime Environment (JRE) 7.0. Using JRE 6.0 or lower will throw an exception.<br>
 
# Install the connector in the "lib" folder in the Tomcat Shibboleth application
 
# Install the connector in the "lib" folder in the Tomcat Shibboleth application
 
# Modify the CLASSPATH variable to include the connector
 
# Modify the CLASSPATH variable to include the connector

Revision as of 11:27, 31 January 2018

  1. Download the jdbc connector for Microsoft SQL Server

The oldish version of java on the server might cause a compatibility issue:
see https://docs.microsoft.com/en-us/sql/connect/jdbc/system-requirements-for-the-jdbc-driver
Requires a Java Runtime Environment (JRE) 7.0. Using JRE 6.0 or lower will throw an exception.

  1. Install the connector in the "lib" folder in the Tomcat Shibboleth application
  2. Modify the CLASSPATH variable to include the connector
  3. Perform a re-install of Shibboleth using the install script
  4. Edit the Shibboleth config files

Useful link - https://wiki.shibboleth.net/confluence/display/SHIB2/ResolverRDBMSDataConnector