[bat]
echo off
call 01setClasspath
rem Restart the JADE Main Container (now acting as backup Main)
java jade.Boot -backupmain -host %HOST2% -port 1102 -local-port 1099 -services jade.core.replication.MainReplicationService;jade.core.replication.AddressNotificationService
pause
[/bat]