[java-centralized-discovery COMMIT] /branches/REL_1/src/main/webapp/WEB-INF/web.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 29 14:41:01 GMT 2011
Author: rdw
Date: Thu Dec 29 14:41:01 2011
New Revision: 2203
URL: http://svn.shibboleth.net/view/java-centralized-discovery?rev=2203&view=rev
Log:
https://issues.shibboleth.net/jira/browse/SDSJ-104 Add load ordering to web.xml to force container to start the load immediately
Modified:
branches/REL_1/src/main/webapp/WEB-INF/web.xml
Modified: branches/REL_1/src/main/webapp/WEB-INF/web.xml
URL: http://svn.shibboleth.net/view/java-centralized-discovery/branches/REL_1/src/main/webapp/WEB-INF/web.xml?rev=2203&r1=2202&r2=2203&view=diff
==============================================================================
--- branches/REL_1/src/main/webapp/WEB-INF/web.xml (original)
+++ branches/REL_1/src/main/webapp/WEB-INF/web.xml Thu Dec 29 14:41:01 2011
@@ -17,6 +17,7 @@
<param-name>WAYFLogConfigPollFrequency</param-name>
<param-value>300000</param-value>
</init-param>
+ <load-on-startup>2</load-on-startup>
</servlet>
<!-- We specify two mappings - old style http:/host/shibboleth-wayf/WAYF/ and the new style
More information about the commits
mailing list