Author: markt Date: Tue Oct 27 22:35:05 2009 New Revision: 830379 URL: http://svn.apache.org/viewvc?rev=830379&view=rev Log: Add leak prevention listener to windows installer
Modified: tomcat/trunk/res/confinstall/server_1.xml Modified: tomcat/trunk/res/confinstall/server_1.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/res/confinstall/server_1.xml?rev=830379&r1=830378&r2=830379&view=diff ============================================================================== --- tomcat/trunk/res/confinstall/server_1.xml (original) +++ tomcat/trunk/res/confinstall/server_1.xml Tue Oct 27 22:35:05 2009 @@ -25,6 +25,8 @@ <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" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org