[extensions COMMIT] /QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Aug 6 06:05:29 EDT 2014
Author: rdw
Date: Wed Aug 6 06:05:29 2014
New Revision: 363
URL: http://svn.shibboleth.net/view/extensions?rev=363&view=rev
Log:
SIDP610 Merge forward Tomcat6.0.61 changes
Modified:
QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
Modified: QuickInstallShib2/trunk/TomcatConfig/conf/server.xml
URL: http://svn.shibboleth.net/view/extensions/QuickInstallShib2/trunk/TomcatConfig/conf/server.xml?rev=363&r1=362&r2=363&view=diff
==============================================================================
--- QuickInstallShib2/trunk/TomcatConfig/conf/server.xml (original)
+++ QuickInstallShib2/trunk/TomcatConfig/conf/server.xml Wed Aug 6 06:05:29 2014
@@ -21,8 +21,12 @@
-->
<Server port="8005" shutdown="SHUTDOWN">
+ <!--APR library loader. Documentation at /docs/apr.html -->
+ <Listener className="org.apache.catalina.core.AprLifecycleListener" SSLEngine="on" />
<!--Initialize Jasper prior to webapps are loaded. Documentation at /docs/jasper-howto.html -->
<Listener className="org.apache.catalina.core.JasperListener" />
+ <!-- Prevent memory leaks due to use of particular java/javax APIs-->
+ <Listener className="org.apache.catalina.core.JreMemoryLeakPreventionListener" />
<!-- JMX Support for the Tomcat server. Documentation at /docs/non-existent.html -->
<Listener className="org.apache.catalina.mbeans.ServerLifecycleListener" />
<Listener className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" />
More information about the commits
mailing list