Deploying BusinessConnect Container Edition Component's Docker Images
Perform the following steps to deploy BusinessConnect Container Edition docker images.
- Download the deployment package TIB_bcce-deployment_<version>.tar.gz from TIBCO Community site.
- Extract the content of the package to a folder.
- Navigate to <folder>/bcce-deployment_<version>/config folder.
- Open the
deployment.properties file and configure the following properties:
Deployment Properties Property Description docker_repository=<docker_registry_ip>:<docker_registry_port> <docker_registry_ip> is the IP address and <docker_registry_port> is the port of the machine in which you want to push the docker images. docker_username Specify the user name of the docker login. host_ip=<host_ip> <host_ip> is the IP address of the host machine. database_url=jdbc:mysql://<database_machine_ip>:3306/<database_name> <database_machine_ip> is the IP address of the machine where the database resides. <database_name> is the name of database.
database_username=<username> <username> is the name of the user accessing the database. database_password=<password> <password> is the password to access the database. gstoken_unzip=<gstoken_unzip> <gstoken_unzip> is the directory path where you should extract the contents of GSToken.zip. - Save and close the deployment.properties file.
-
A message - You must accept the License agreement before proceeding. Press ENTER key to read the License. Press q to finish reading. is displayed.
- Press ENTER key to read the license agreement. Press q to finish reading.
- Enter
y to accept the license agreement.
A message - Do you want to deploy TIBCO BCCE Server services?
1. ConfigStore Management Server
2. Admin Server
(y/n) is displayed. - Enter y to deploy ConfigStore Management Server and Admin Server.
- Before you deploy Poller Server and Interior Server, you must set the JMS server settings by performing the following steps:
- Login to BusinessConnect Container Edition with URL http://<host_ip>:<as_port>.
- Navigate to System Settings tile > General, click Internal Messaging (JMS).
- Click Private Process JMS and enter all the mandatory fields and click Save.
- Click Intercomponent JMS and enter all the mandatory fields and click Save.
- Optional: If you want to use different JMS between Gateway Server and Interior Server.
For more information, see TIBCO BusinessConnect™ Container Edition Administration Guide, Configuring JMS Settings.
-
A message - Do you want to deploy TIBCO BCCE Server services?
3. Poller Server
4. Interior Server
(y/n) is displayed. - Enter y to deploy Poller Server and Interior Server.
- Before you deploy Gateway Server, you must perform the following steps:
- On System Settings tile > General, click Installation Properties.
- Click Export GS configuration to download GSToken.zip, which contains intercomProps, hostKey and peerCert files that are required to deploy Gateway Server.
- Extract the contents of GSToken.zip to <gstoken_unzip>.
- On System Settings tile > Transport Protocols, click Inbound Protocols.
- Select HTTP check box and click Save.
- Click Configure Service of HTTP, click add icon and enter all the mandatory fields then click Save.
- Enable the http gateway service.
For more information, see TIBCO BusinessConnect™ Container Edition Administration Guide, Configuring Gateway Services (HTTP).
-
A message - Do you want to deploy TIBCO BCCE Gateway Server services?
Please make sure that you have downloaded the GSToken.zip from Admin UI, extracted it in a folder and set the property gstoken_unzip in the deployment.properties file.
Otherwise, the Gateway Server won't work.
(y/n) is displayed. - Enter y to deploy Gateway Server.