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 Linux server, the client libraries are available.
Execute the following command to create a .zip file of the Linux client libraries of ActiveSpaces®.
ls
AS-TIBCO-HOME/lib/*.so* | zip -j as_linux_client_libraries -@
Add ActiveSpaces® client libraries .zip file to the
Tibco_Home\bwce\2.4\docker\resources\ addons\lib folder.
Add
ftlplugin_bwce_runtime.zip file to
Tibco_Home\bwce\2.4\docker\ resources\addons\plugins folder.
Add TIBCO FTL OSGi client libraries to
Tibco_Home\bwce\2.4\docker\resources\ addons\jars folder from
FTL-HOME/components/shared/1.0.0/plugins.
Build the Docker image after you add all above dependencies.
Run the .ear file in Docker.
Example
Note: The default
AS 3.5.0 tibdg.jar is packed with the
bwce_runtime.zip build. If you need to use other ActiveSpaces® .jar files, then replace the default file by unzipping
bwce_runtime.zip file.