|
@@ -26,12 +26,9 @@
|
|
|
|
|
|
<!--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"/>
|
|
|
|
|
|
<!-- Global JNDI resources
|