[bat]
echo off
call 01setClasspath
rem Start a second backup Main Container that connects to the first one
java jade.Boot -backupmain -host %HOST2% -port 1102 -local-port 1103 -services jade.core.replication.MainReplicationService;jade.core.replication.AddressNotificationService
pause
[/bat]