Version 2 (modified by 14 years ago) (diff) | ,
---|
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