Author: remm Date: Mon Jan 14 15:45:59 2019 New Revision: 1851269 URL: http://svn.apache.org/viewvc?rev=1851269&view=rev Log: 63072: Fix docs.
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=1851269&r1=1851268&r2=1851269&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Mon Jan 14 15:45:59 2019 @@ -195,8 +195,9 @@ provided by Patrik S. (markt) </fix> <update> - Remove extras (JMX remote listener and webservices object factories - remained) and merge them back into the core build. (remm) + <fix>63072</fix>: Remove extras (JMX remote listener and webservices + object factories) and merge them back into the core build. + (remm) </update> </changelog> </subsection> Modified: tomcat/trunk/webapps/docs/config/listeners.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/listeners.xml?rev=1851269&r1=1851268&r2=1851269&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/listeners.xml (original) +++ tomcat/trunk/webapps/docs/config/listeners.xml Mon Jan 14 15:45:59 2019 @@ -504,16 +504,8 @@ </subsection> -</section> - -<section name="Additional Implementations"> - <subsection name="JMX Remote Lifecycle Listener - org.apache.catalina.mbeans.JmxRemoteLifecycleListener"> - <p>This listener requires <code>catalina-jmx-remote.jar</code> to be placed - in <code>$CATALINA_HOME/lib</code>. This jar may be found in the extras - directory of the binary download area.</p> - <p>The <strong>JMX Remote Lifecycle Listener</strong> fixes the ports used by the JMX/RMI Server making things much simpler if you need to connect jconsole or a similar tool to a remote Tomcat instance that is running --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org