= Worker Configuration Example =
Worker used in [http://www.molgenis.org/wiki/ComputeStartExample1 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 [http://www.molgenis.org/wiki/ComputeStartDefault Compute Manager] node. In this example, the ip-address is 222.222.222.222 and the port is 12345.
{{{
}}}
Back to [http://www.molgenis.org/wiki/ComputeStartExamples Examples]