Top
ServerView Resource Orchestrator Cloud Edition V3.1.0 Setup Guide

19.2.4 Setting Application process to be used

This section explains how to modify the application process to be used.

To change the application process to be used

The modification procedure of the application process to be used is as follows.

  1. Open the following file.

    [Windows Manager]

    <installation_folder>\RCXCTMG\MyPortal\config\application_process.properties

    [Linux Manager]

    /etc/opt/FJSVctmyp/config/application_process.properties
  2. Set the following items:

    Setting item

    Setting value

    ServiceCreate_processName

    When applying to use L-Platform, enter "Default" if approval and assessment are to be performed, enter "ApproverOnly" if approval only is to be performed, and enter "JudgeOnly" if assessment only is to be performed.
    "Default" is set during installation.

    ServiceChange_processName

    When modifying L-Platform, enter "Default" if approval and assessment are to be performed, enter "ApproverOnly" if approval only is to be performed, and enter "JudgeOnly" if assessment only is to be performed.
    "Default" is set during installation.

    ServiceReturn_processName

    When canceling L-Platform, enter "Default" if approval and assessment are to be performed, enter "ApproverOnly" if approval only is to be performed, and enter "JudgeOnly" if assessment only is to be performed.
    "Default" is set during installation.

    Note

    The above three setting values must be identical.

    An example is shown below:

        ...
    ServiceCreate_applicationId=ctmgApplication
    ServiceCreate_processName=Default
    ServiceChange_applicationId=ctmgApplication
    ServiceChange_processName=Default
    ServiceReturn_applicationId=ctmgApplication
    ServiceReturn_processName=Default
        ...