Top
ServerView Resource Orchestrator Cloud Edition V3.1.1 Setup Guide
ServerView

18.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.

Point

Setting Application process to be used can be set by "Setup Wizard" on the ROR Console.
The "Setup Wizard" displays as three items the six items that are explained in this section and in "18.2.3 Setting Application process settings". In this section, settings can be made for the items corresponding to those that were selected in the Setup Wizard. When items are not selected in the Setup Wizard, then the corresponding items in "18.2.3 Setting Application process settings" are set to false, so the corresponding settings in this section will be disabled.
For details of "Setup Wizard", refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE".

  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.

    An example is shown below:

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