03startContainer.bat

[bat]
REM SECTION 3.4 OF THE BOOK

REM This batch file starts a container and attaches it to the main-container running on the
REM host specified by the PLATFORM_HOST variable.

call 01setClassPath
cd ..
set PLATFORM_HOST=localhost
java jade.Boot -container -host %PLATFORM_HOST%
[/bat]