Author: markt
Date: Wed Oct 1 03:54:34 2008
New Revision: 700735
URL: http://svn.apache.org/viewvc?rev=700735&view=rev
Log:
Update javadoc. Add a todo reminder.
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=700735&r1=700734&r2=700735&view=diff
==============================================================================
---
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
(original)
+++
tomcat/trunk/java/org/apache/catalina/mbeans/JmxRemoteLifecycleListener.java
Wed Oct 1 03:54:34 2008
@@ -46,10 +46,13 @@
/**
* This listener fixes the port used by JMX/RMI Server making things much
* simpler if you need to connect jconsole or similar to a remote Tomcat
- * instance that is running behind a firewall. Only this port is configured via
+ * 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, both servers must be configured separately.
+ * 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?
*/
public class JmxRemoteLifecycleListener implements LifecycleListener {
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]