Got you, if you start the node this way (programmatically) then IGNITE_JMX_PORT 
won’t work regardless of the operating system kind.

You need to pass the following system parameters to your Java process (that 
calls Ignition.start) 
-Dcom.sun.management.jmxremote 
-Dcom.sun.management.jmxremote.port={preferred_port}
    -Dcom.sun.management.jmxremote.authenticate=false 
-Dcom.sun.management.jmxremote.ssl=false

—
Denis

> On Jun 6, 2016, at 3:25 PM, pragmaticbigdata <[email protected]> wrote:
> 
> How do you start ignite in verbose mode programmatically? I am starting
> ignite with Ignition.start("conf.xml");
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/How-to-connect-monitor-ignite-server-through-jmx-client-tp5420p5454.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to