Difference between revisions of "I2Rest Start"
Pavel.lobko (talk | contribs) |
Pavel.lobko (talk | contribs) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Starting i2Rest Server instance}} | {{DISPLAYTITLE:Starting i2Rest Server instance}} | ||
− | i2rest Server instance can be srarted with SBMJOB green screen comand, once you have your [[ | + | i2rest Server instance can be srarted with SBMJOB green screen comand, once you have your [[I2Rest_Config| JSON configuration file ]] [[I2Rest_Basic_Setup| prepared]]. |
<pre> | <pre> | ||
SBMJOB CMD(CALL PGM(I2REST) PARM('-start' '-config' '<path to *.json config file>')) | SBMJOB CMD(CALL PGM(I2REST) PARM('-start' '-config' '<path to *.json config file>')) | ||
ALWMLTTHD(*YES) | ALWMLTTHD(*YES) | ||
− | |||
− | |||
</pre> | </pre> |
Revision as of 16:04, 29 May 2020
i2rest Server instance can be srarted with SBMJOB green screen comand, once you have your JSON configuration file prepared.
SBMJOB CMD(CALL PGM(I2REST) PARM('-start' '-config' '<path to *.json config file>')) ALWMLTTHD(*YES)