I enable JMX server and JMX Registry in tomcat using

<Listener className="org.apache.catalina.mbeans.JmxRemoteLifecycleListener"
      rmiRegistryPortPlatform="10001" rmiServerPortPlatform="10002" />
Client connects to 10001 and tomcat returns its address and port 10002,
right? 
But if I have several addresses on the interface tomcat returns the first
one.

Is it tomcat or RMI issue?
How can I set interface and/or ip address to be returned to the client?
Is it possible to use JMX directly over the one TCP port with out of all
that RMI stuff?


Ilya Kazakevich,
Developer
JetBrains Inc
http://www.jetbrains.com
"Develop with pleasure!"


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

Reply via email to