From 11cd39c6616ad47c2fd04840fea895f281b20f6f Mon Sep 17 00:00:00 2001 From: jeb228 Date: Tue, 2 Feb 2010 21:29:39 +0000 Subject: [PATCH] NIHVIVO-15 In the Shibboleth module, Modify comments in web.xml to no longer refer to connection.properties file. --- contrib/FLShibboleth/includes/web.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/contrib/FLShibboleth/includes/web.xml b/contrib/FLShibboleth/includes/web.xml index 74efafc0..4061a1bd 100755 --- a/contrib/FLShibboleth/includes/web.xml +++ b/contrib/FLShibboleth/includes/web.xml @@ -17,12 +17,13 @@ jdbc/vitro/connectionType + How to get a DataSource, Valid values: + SERVER_XML_POOL gets a named DataSource connection from the JNDI context, + most likely that was set up tomcat/conf/server.xml + PROPERTIES_FILE_POOL makes a DataSource using properties from a file that + is pointed to by the JNDI name "java:comp/env/path.configuration" + (set in the Tomcat context). + --> java.lang.String PROPERTIES_FILE_POOL