03startContainerWithHTTPPeer.bat

[bat]
echo off

call 01setClasspath

rem Start a JADE-LEAP peripheral container activating the HTTP peer
java jade.Boot -container -port 2000 -proto http -icps jade.imtp.leap.http.HTTPPeer
pause
[/bat]