Difference between revisions of "I2Rest Start"

From i2Rest
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:Starting i2Rest Server instance}}")
 
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]].
 +
<pre>
 +
SBMJOB CMD(CALL PGM(I2REST) PARM('-start' '-config' '<path to *.json config file>'))                       
 +
      ALWMLTTHD(*YES)                                       
 +
 +
 +
</pre>

Revision as of 16:03, 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)