Author: markt
Date: Tue Feb 8 14:32:38 2011
New Revision: 1068420
URL: http://svn.apache.org/viewvc?rev=1068420&view=rev
Log:
Remove ServerLifecycleListener
Removed:
tomcat/trunk/java/org/apache/catalina/mbeans/ServerLifecycleListener.java
Modified:
tomcat/trunk/webapps/docs/changelog.xml
tomcat/trunk/webapps/docs/config/listeners.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1068420&r1=1068419&r2=1068420&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue Feb 8 14:32:38 2011
@@ -64,6 +64,10 @@
Restore access to Environments, Resources and ResourceLinks via JMX
which was lost in early 7.0.x re-factoring. (markt)
</fix>
+ <update>
+ Remove ServerLifeListener. This was already removed from server.xml and
+ with the Lifecycle re-factoring is no longer required. (markt)
+ </update>
</changelog>
</subsection>
<subsection name="Coyote">
Modified: tomcat/trunk/webapps/docs/config/listeners.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1068420&r1=1068419&r2=1068420&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/listeners.xml (original)
+++ tomcat/trunk/webapps/docs/config/listeners.xml Tue Feb 8 14:32:38 2011
@@ -117,19 +117,6 @@
<p>No additional attributes are supported by the <strong>Jasper Listener
</strong>.</p>
- <h3>Server Lifecycle Listener
- (org.apache.catalina.mbeans.ServerLifecycleListener)</h3>
-
- <p>The <strong>Server Lifecycle Listener</strong> initializes the
- MBeanServer for the MBeans that may be used to manage Tomcat via JMX.
- Without this listener, none of the Tomcat MBeans will be available.</p>
-
- <p>This listener must only be nested within <a
href="server.html">Server</a>
- elements.</p>
-
- <p>No additional attributes are supported by the <strong>Server Lifecycle
- Listener</strong>.</p>
-
<h3>Global Resources Lifecycle Listener
(org.apache.catalina.mbeans.GlobalResourcesLifecycleListener)</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]