Setting up TIBCO BusinessWorks™ Container Edition Plug-in Runtime
You can set up TIBCO BusinessWorks Container Edition plug-in runtime on Docker, Pivotal Cloud Foundry (PCF), or Kubernetes.
- Procedure
- To provision the plug-in runtime, go to Extending the Base Docker Image and follow the steps provided in the section, "Provision the TIBCO BusinessWorks™ Container Edition Plug-in Runtime" on the page.
- Add bwpluginas_bwce_runtime zip file to TIBCO_HOME/bwce/2.4/docker/resources/addons/plugins folder.
- Install TIBCO ActiveSpaces® on a Linux server.
Note: The Linux client libraries of ActiveSpaces® server are required. Only when you install ActiveSpaces® on a Linux server, the client libraries are available.
- Create a .zip file of the Linux client libraries of ActiveSpaces® by executing following command:
ls AS-TIBCO-HOME/lib/*.so* | zip -j as_linux_client_libraries -@
- Add the ActiveSpaces® client libraries .zip file to theTIBCO_HOME/bwce/2.4/docker/resources/addons/lib folder.
- Create a .zip file of the TIBCO FTL Linux client libraries using the following command:
ls FTL-TIBCO-HOME/lib/*.so* | zip -j ftl_linux_client_libraries -@
- Add TIBCO FTL client libraries .zip file to the TIBCO_HOME/bwce/2.4/docker/resources/addons/lib folder.
- Build the Docker image after you add all the above dependencies.
- Run the .ear file in Docker.
Note: The default
AS 4.6.0 tibdg.jar is packed with the
bwce_runtime.zip build. If you need to use other .jar files of ActiveSpaces®, then replace the default file by unzipping the
bwce_runtime.zip file.