Switch from HTTPS to HTTP Mode
You can switch from HTTPS to HTTP mode.
About this task
To switch from HTTPS to HTTP mode:
Procedure
- Navigate to /install_dir/properties.
- Open the sandbox.cfg file.
- Modify the following parameters:
WEBAPP_PROTOCOL=http WEBAPP_LIST_PORT=<base_port>
- Save and close the file.
- (Optional) If the deployment of the Dashboard and GPM
web applications on the base port was turned off when switching to
the HTTPS mode, you must open the customer_overrides.properties file
and comment out the following parameters so that they are not applied:
## SKIP_BASEPORT_DEPLOYMENT_WARS=admin,dashboard,gbm,communitymanagement,myaft,portlets ## HTTPS_REDIRECT_WARS=admin,dashboard,gbm,communitymanagement,myaft,portlets ## HTTPS_LIST_PORT=<http_server_adapter_port>
- (Optional) Save and close the file.
- Navigate to /install_dir/bin.
- Stop Sterling B2B Integrator.
- Apply the configuration changes. Enter ./setupfiles.sh.
- Deploy the new configuration. Enter ./deployer.sh.
- Start Sterling B2B Integrator.
- Verify the following:
- Dashboard Web application is accessible on http://host:baseport/dashboard
- GPM Web application is accessible on http://host:baseport/gbm/pmodeler/ProcessModeler.jnlp
- (Optional) Undeploy the web applications from the SSL enabled HTTP server adapter instance.