NIHVIVO-15 In the Shibboleth module, Modify comments in web.xml to no longer refer to connection.properties file.

This commit is contained in:
jeb228 2010-02-02 21:29:39 +00:00
parent 1264f721cd
commit 11cd39c661

View file

@ -17,12 +17,13 @@
<env-entry> <env-entry>
<env-entry-name>jdbc/vitro/connectionType</env-entry-name> <env-entry-name>jdbc/vitro/connectionType</env-entry-name>
<!-- <!--
How to get a DataSource, Valid valies: How to get a DataSource, Valid values:
SERVER_XML_POOL gets a named DataSource connection from the SERVER_XML_POOL gets a named DataSource connection from the JNDI context,
JNDI context, most likely that was set up tomcat/conf/server.xml most likely that was set up tomcat/conf/server.xml
PROPERTIES_FILE_POOL makes a DataSource using properties from PROPERTIES_FILE_POOL makes a DataSource using properties from a file that
a file in the classpath at /beans/connection.properties is pointed to by the JNDI name "java:comp/env/path.configuration"
--> (set in the Tomcat context).
-->
<!-- <env-entry-value>SERVER_XML_POOL</env-entry-value> --> <!-- <env-entry-value>SERVER_XML_POOL</env-entry-value> -->
<env-entry-type>java.lang.String</env-entry-type> <env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>PROPERTIES_FILE_POOL</env-entry-value> <env-entry-value>PROPERTIES_FILE_POOL</env-entry-value>