以下の手順で、環境設定ファイルを編集します。
L-Platform APIの設定ファイルを編集します。
エディタで以下のファイルを開きます。
[command_config.xml]
【Windowsマネージャー】
インストールフォルダー\RCXCFMG\config\command_config.xml
【Linuxマネージャー】
/etc/opt/FJSVcfmg/config/command_config.xml
以下の値を設定します。
l_platform-api-protcol:<L-Platform APIと通信するためのプロトコル> (注) l_platform-api-host:<L-Platform APIが動作するサーバのホスト名またはIPアドレス> l_platform-api-port:<L-Platform APIが動作するポート番号> l_platform-api-uri :<L-Platform APIが動作するパス>
注)デフォルトはhttpsが設定されています。変更の必要がある場合に、設定してください。
設定例は以下のとおりです。
例
<entry key="l_platform-api-protocol">https</entry>
<entry key="l_platform-api-host">localhost</entry>
<entry key="l_platform-api-port">8014</entry>
<entry key="l_platform-api-uri">/cfmgapi/endpoint</entry>