To clarify the solution that worked for me;

Using XML based configuration, I added the property line...


<bean id="grid.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">
    ...
    <property name="discoverySpi">
        <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">

            *<property name="forceServerMode" value="true"/>*
            ...




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Client-Only-Server-that-doesn-t-rely-on-Nodes-on-intialisation-tp788p880.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to