I am using apache ignite 1.6 in my tests. I am running the test by programmatically starting ignite through Ignition.start(conf.xml). Other nodes that join the cluster are started using the ./ignite.sh <path-to-conf.xml> command. I tried starting the server node by passing the jmx configuration parameters in the command line but didn't succeed.
How do I start ignite with jmx properties both when running programmatically and through command so that I can monitor the cluster through jconsole/jmc/jvisualvm? Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/How-to-connect-monitor-ignite-server-through-jmx-client-tp5420.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
