Difference between revisions of "I2Rest Start"

From i2Rest
Jump to: navigation, search
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 [[https://kb9.btc.info/index.php/I2Rest_Config| JSON configuration file ]] [[https://kb9.btc.info/index.php/I2Rest_Basic_Setup| prepared]].
+
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)