Deploying Poller and Interior Servers

Before you begin

Before you deploy Poller and Interior Servers ensure the following:

  1. Admin and ConfigStore Management Servers must be deployed and running.
  2. Set the JMS Server settings:
    1. 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 the deployment.properties file.
    2. Go to System Settings > General, click Internal Messaging (JMS).
    3. Click Private Process JMS, enter all the mandatory fields and click Save.
    4. Click Intercomponent JMS, enter all the mandatory fields and click Save.
    5. 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.

    Procedure
  1. 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

  2. Skip the deployment of Admin and ConfigStore Management Servers by entering n.
  3. Enter y to deploy Poller and Interior Servers.