[bat]
echo off
call 01setClasspath
rem Start a split container using the single full-duplex socket based connection management class.
rem Also specify the msisdn option to simulate telephone number identification mechanism
rem Note that the port to connect to is that of the BEmanagementService (and not that of the Main Container)
java jade.MicroBoot -msisdn 333123456 -port 2099 -connection-manager jade.imtp.leap.JICP.FrontEndDispatcher
pause
[/bat]