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.
Open the following file.
[Windows]
<Installation directory for this product >\RCXCTMG\MyPortal\config\application_process.properties[Linux]
/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. |
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
...