A.1 Change Port Numbers for Applicable Services
This section describes how to change port numbers for applicable services.
Note:
This section is applicable only if you want to update port number for the service(s).Change the port number in the applicable files as shown in the following
sections. And also, update the respective port numbers in the
install.sh
file in
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/bin
.
Note:
You must re-install and restart Compliance Studio after changing the service(s) with the new port number.Server
To change the port number for the server, go to the
application.yml
file in the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/mmg-home/mmg-studio/conf/
directory and edit the following values with the new port, for example, 7008:
authserviceUrl: "http://<hostname>:<port>/authservice"
metaserviceUrl: "http://<hostname>:<port>/metaservice"
erserviceUrl: "http://<hostname>:<port>"
batchserviceUrl: "https://<hostname>:<port>/batchservice"
mmgServiceUrl: "https://<hostname>:<port>/cs"
Batchservice and Metaservice
server-config.properties
file in the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/batchservice/conf/
directory and edit the following values with the new port:
server.http.port:7043
server.shutdownPort:7044
Follow this step to make the same changes to the Metaservice server.
Interpreter Service
- Navigate to the install.sh file in the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/bin
directory and edit the port number of the required service. - Reinstall and restart the service.
PGX Service
To change the port number for the PGX service, go to the
server.conf
file in the <PGX installation
Path>/pgx-server/conf/
directory and update the new port number as
7007.
Graph Service
To change the port number for the Graph service, go to the
application.yml
file in the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/mmg-home/mmg-load-to-graph/graphservice/conf
directory and update the new port number. By default, it is set as 7059.
Matching Service
To change the port number for the matching service, go to the
application.yml
file in the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/matching-service/conf
directory and update the new port number. By default, it is set as 7049.
Entity Resolution Service
To change the port number for the entity resolution service, go to the
application.yml
file in the
<COMPLIANCE_STUDIO_INSTALLATION_PATH>/entity-resolution/conf
directory and update the new port number. By default, it is set as 7051.