Hi,

I'm running Tomcat 6.0.23 and Sun Java 1.6.0.22 on RHEL 5.6 x86_64.

I've currently got one JMX Remote Lifecycle listener configured in server.xml:
        <Listener 
className="org.apache.catalina.mbeans.JmxRemoteLifecycleListener"
                rmiRegistryPortPlatform="X"
                rmiServerPortPlatform="X+1"
                useLocalPorts="true" /> <!-- For SSH Tunnelling -->

We use this to connect JConsole to the system via an SSH tunnel.

However I have a local system on the same lan that I would now like to use.

Can I add another listener with different ports (and no useLocalPorts="true") or
should I use rmiRegistryPort as the same or should I avoid having two of these
listeners at all.

Thanks,

-- 
Best Regards,

Brett Delle Grazie

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to