Hi Denis,

Thank you for your response. After looking in to this a bit more I have
discovered I can disable this entirely with the following:

                IgniteConfiguration cfg = new IgniteConfiguration();
                cfg.setConnectorConfiguration(null); // disables the tcp rest 
connector

                // Start Ignite node.
                Ignition.start(cfg);

It is a bit of a hack but it will do for what I need at the moment.

Regards,

Dave



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Is-it-possible-to-disable-TcpRestProtocol-tp5461p5502.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to