Deploying Poller and Interior Servers
Before you begin
Before you deploy Poller and Interior Servers ensure the following:
- Admin and ConfigStore Management Servers must be deployed and running.
- Set the JMS Server settings:
- Log in to the BusinessConnect Container Edition application using the URL: http://<host_ip>:<as_port>. Note: Use the
<host_ip>
and<as_port>
that you have set in thedeployment.properties
file. - Go to System Settings > General, click Internal Messaging (JMS).
- Click Private Process JMS, enter all the mandatory fields and click Save.
- Click Intercomponent JMS, enter all the mandatory fields and click Save.
Optional: To use different JMS between Gateway Server and Interior Server, click Intercomponent DMZ-JMS (Optional), enter all the mandatory fields and click Save.
To configure the JMS Server settings, see Configuring JMS Settings.
- Log in to the BusinessConnect Container Edition application using the URL: http://<host_ip>:<as_port>.
- Procedure
-
To deploy Poller and Interior Servers, run one of the following commands depending on the platform:
- Kubernetes: Navigate to the
<folder>/bcce-<version>/deployment/k8s-scripts
directory and run the following command:./deploy-bcce.sh
- Docker: Navigate to the
<folder>/bcce-<version>/deployment/samples/docker-scripts
directory and run the following command:./docker-run-bcce-all.sh
- Kubernetes: Navigate to the
- Skip the deployment of Admin and ConfigStore Management Servers by entering
n
. - Enter
y
to deploy Poller and Interior Servers.