Skip to content

Instantly share code, notes, and snippets.

@isterin
Created November 29, 2011 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isterin/1405802 to your computer and use it in GitHub Desktop.
Save isterin/1405802 to your computer and use it in GitHub Desktop.
<property name="discoverySpi">
<bean class="org.gridgain.grid.spi.discovery.tcp.GridTcpDiscoverySpi">
<property name="localAddress" value="10.1.1.1"/>
<property name="ipFinder">
<bean class="org.gridgain.grid.spi.discovery.tcp.ipfinder.vm.GridTcpDiscoveryVmIpFinder">
<property name="shared" value="true"/>
<property name="addresses">
<list>
<value>10.1.1.1:47500</value>
</list>
</property>
</bean>
</property>
<property name="heartbeatFrequency" value="2000"/>
</bean>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment