Procedure (only v6.1.0)
You must use InstallService
to install myFileGateway
2.0.
About this task
Follow these steps:
Procedure
Results
Updating property values (only v6.1.0)
About this task
You can update the property values with new values even after installing myFileGateway 2.0.
Follow these steps:
Procedure
Results
myFileGateway 2.0 is installed successfully with the new values.
Default deployment changes (v6.1.0.1 and later versions)
The system does not support hosting gateway.war
on Liberty Server for IIM-based
installations. By default, gateway.war
is hosted on NoApp Server instead of Liberty
Server.
Hosting myFileGateway 2.0 on HTTP Server Adapter (v6.1.0.1 and later versions)
Follow these steps:
- Host
myfg.war
with URI as/myfg
,gateway.war
with URI as/gateway
, andmyfilegateway.war
with URI as/myfilegateway
on the same HTTP/HTTPs Server Adapter.Note: You must get all the.war
files from the<install-dir>/noapp/deploy
location. - Update the ASI_SERVICE_HOST, ASI_SERVICE_PORT and MYFG_PROTOCOL in the
sandbox.cfg
file with details that match the HTTP/HTTPs Server Adapter created in the above step. - Run
setupfiles.sh
on Unix/Linux andsetupfiles.cmd
on Windows. - Restart Sterling B2B Integrator.
Follow these additional steps if Perimeter Server is enabled on HTTP Server Adapter where
myfg.war
is hosted.- Update the hostname or IP address of the Perimeter Server in the
gateway_application.yml
file.myfilegateway: path: /myfilegateway/** url: http://<PS_HOST>:<http_port>/myfilegateway/
- Do not run the
setupfiles.sh
command. - Restart Sterling B2B Integrator.
Integrating myFileGateway 2.0 with Sterling Secure Proxy and Sterling External Authentication Server (v6.1.0.1 and later versions)
To integrate myFileGateway 2.0 with Sterling Secure Proxy and Sterling External Authentication
Server, you must
follow the same steps used for integrating legacy myFileGateway.
Note: You can
integrate with Sterling Secure Proxy and Sterling External Authentication
Server only on
v6.0.1.1 iFix2 and later versions.