Author: markt Date: Mon Aug 10 10:34:57 2009 New Revision: 802729 URL: http://svn.apache.org/viewvc?rev=802729&view=rev Log: This todo was fixed
Modified: tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java Modified: tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java?rev=802729&r1=802728&r2=802729&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java (original) +++ tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java Mon Aug 10 10:34:57 2009 @@ -48,11 +48,7 @@ * 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 { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org