06startContainer2.bat

[bat]
echo off

call 01setClasspath

rem Start a JADE container that connects to the first backup Main Container
java jade.Boot -container -host %HOST2% -port 1102 -services jade.core.replication.AddressNotificationService
[/bat]