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.
Example
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.