Worker Configuration Example
Worker used in Example1 does not require much configuration. It is a standard gridgain.jar, which is started with a standard gridgain sh script. TCP configuration file (
/config/jgroups/tcp/jgoups.xml
) of Worker should contain the ip-address and port of the Compute Manager node. In this example, the ip-address is 222.222.222.222 and the port is 12345.
<TCP start_port="12345" loopback="true"/>
<TCPPING
timeout="3000"
initial_hosts="222.222.222.222[12345]"
port_range="3"
num_initial_members="1"
/>
Back to Examples
Last modified 15 years ago
Last modified on 2010-11-05T14:34:46+01:00