[jboss-cvs] JBossAS SVN: r104921 - trunk/tomcat/src/resources/standalone.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue May 18 04:49:19 EDT 2010
Author: remy.maucherat at jboss.com
Date: 2010-05-18 04:49:18 -0400 (Tue, 18 May 2010)
New Revision: 104921
Modified:
trunk/tomcat/src/resources/standalone/server.xml
Log:
- Also drop mod_cluster listener there.
Modified: trunk/tomcat/src/resources/standalone/server.xml
===================================================================
--- trunk/tomcat/src/resources/standalone/server.xml 2010-05-18 07:38:26 UTC (rev 104920)
+++ trunk/tomcat/src/resources/standalone/server.xml 2010-05-18 08:49:18 UTC (rev 104921)
@@ -5,9 +5,6 @@
<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" />
- <!-- Required for mod_cluster integration, will be ignored if mod_cluster is not enabled -->
- <Listener className="org.jboss.web.tomcat.service.deployers.MicrocontainerIntegrationLifecycleListener"
- delegateBeanName="ModClusterListener" failIfBeanMissing="false" warnIfBeanMissing="false"/>
<Service name="jboss.web">
More information about the jboss-cvs-commits
mailing list