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 "9.2.2 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 "9.2.2 Setting Application Process Settings" are set to false, so the corresponding settings in this section will be disabled.
Refer to "3.1 Setup Wizard" in the "User's Guide for Infrastructure Administrators CE" for information on "Setup Wizard".
Open the following file.
[Windows Manager]
Installation_folder\RCXCTMG\MyPortal\config\application_process.properties
[Linux Manager]
/etc/opt/FJSVctmyp/config/application_process.properties
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. |
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. |
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. |
An example is shown below:
... ServiceCreate_applicationId=ctmgApplication ServiceCreate_processName=Default ServiceChange_applicationId=ctmgApplication ServiceChange_processName=Default ServiceReturn_applicationId=ctmgApplication ServiceReturn_processName=Default ...