07startContainer3.bat

[bat]
echo off

call 01setClasspath

rem Start a JADE container that connects to the first backup Main Container. Use the smaddrs option to specify the hosts and ports of the available Main Containers
java jade.Boot -container -host %HOST2% -port 1102 -smaddrs %HOST1%:1099;%HOST2%:1102;%HOST3%:1103
[/bat]