From 985430b9c6a2177d096df46d5a80191c15202ef7 Mon Sep 17 00:00:00 2001 From: markt Date: Mon, 10 Aug 2009 10:34:57 +0000 Subject: [PATCH] This todo was fixed git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@802729 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java b/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java index a3cfda55f..640565cd4 100644 --- a/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java +++ b/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java @@ -48,11 +48,7 @@ import org.apache.juli.logging.LogFactory; * simpler if you need to connect jconsole or similar to a remote Tomcat * instance that is running behind a firewall. Only the ports are configured via * the listener. The remainder of the configuration is via the standard system - * properties for configuring JMX. Because Tomcat uses a separate MBean server - * to the platform MBean server, ports for both servers must be configured. - * TODO: Is there a way to reduce the number of ports and access both servers - * (and any other MBean servers via a single registry and single - * connection? + * properties for configuring JMX. */ public class JmxRemoteLifecycleListener implements LifecycleListener { -- 2.11.0