Another possible solution is to use VM IP finder in shared mode: TcpDiscoverySpi disco = new TcpDiscoverySpi().setIpFinder(new TcpDiscoveryVmIpFinder(true));
This will limit the discovery to the single process (i.e., nodes will discover each other only if they are started within one JVM with the same instance of IP finder). -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Howto-setup-a-single-node-standalone-Ignite-tp7197p7220.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
