This section explains how to modify the environment settings necessary for using L-Platform APIs.
Use the environment setting files to change the following settings:
Protocol for communicating with L-Platform API
Command output results character code
Use the following procedure to edit the environment setup file:
Edit the environment setup file for the L-Platform APIs:
[command_config.xml]
[Windows Manager]
Installation_folder\RCXCFMG\config\command_config.xml
[Linux Manager]
/etc/opt/FJSVcfmg/config/command_config.xml
Specify the following values:
l_platform-api-protcol:<Protocol for communicating with L-Platform API> (*1) output-char-set :<Command output results character code> (*2)
*1: https is set by default. Set a new value if the default value needs to be changed.
*2: When the value is not specified, the default character code of the system will be output.
The specifiable character code is "UTF-8".
A specification example is shown below:
Example
<entry key="l_platform-api-protocol">https</entry>
<entry key="output-char-set">UTF-8</entry>