[esb-java-user] How to configure bind address/interface for JMX
Hubert, Eric
eric.hubert at jamba.net
Sun May 4 09:36:26 PDT 2008
Hi all,
today I played a little bit with the jmx support. I wanted to connect to an esb instance via JMX remotely. The machine I used for the WSO2 ESB had three network interfaces, one physical and two virtual (vm ware). Unfortunalely the ServiceBusManager picked one of those virtual addresses to bind against:
>From the log:
INFO ServiceBusManager JMX consoles can connect to : service:jmx:rmi:///jndi/rmi://192.168.203.1:10099/esb
The JMX port can be configured in server.xml:
<RMIRegistryPort>10099</RMIRegistryPort>
but how can I influence which interface will be used?
Regards,
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wso2.org/pipermail/esb-java-user/attachments/20080504/a0596274/attachment.htm
More information about the Esb-java-user
mailing list