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
_______________________________________________ Esb-java-user mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/esb-java-user
