[bat]
echo off
call 01setClasspath
rem Start the first backup Main Container
java jade.Boot -backupmain -host %HOST1% -local-port 1102 -services jade.core.replication.MainReplicationService;jade.core.replication.AddressNotificationService
pause
[/bat]