PLBWEB_REST_USE_ENV Keyword


10.2

PLBWEB_REST_USE_ENV<nn>=<parameter>

 
 This keyword controls how the environment parameters are passed to the PL/B runtime REST process task(s).
 
This keyword is optional and can be placed in the [Environment] section of the PWS configuration INI file.

Where:

'nn'
The 'nn' that is appended to the PWS keyword name can be a string value from '01' to '99'.

 

<parameter>
The parameter can be specified as ON or OFF.

Note:

1.   The parameter values are:

 

Value

PL/B REST service will have the parameters passed ...

ON

in memory.

OFF

by a disk file.

 

2.   The 'PLBWEB_REST_USE_ENV<nn>=ON' keyword is not supported by the Linux PL/B Web Server. When using a Linux PWS server, this keyword is ignored and the PWS executes the same as if this keyword is set to OFF.

Example:

 

PLBWEB_REST_USE_ENV01=ON

 

 

See Also: PLBWEBSRV Keywords, Server Command Line



PL/B Web Server PLBWEB_REST_SSL PLBWEB_REST_USE_FCGI