Setting Up
TIBCO BusinessWorks™ Container Edition Application Monitoring on Docker
The following steps describe how to set up
TIBCO BusinessWorks Container Edition application on Docker.
Prerequisites
Download the
bwce_mon-<version>.zipTIBCO BusinessWorks™ Container Edition monitoring zip file, from
http://edelivery.tibco.com.
Procedure
Extract the
bwce_mon-<version>.zip file.
Navigate to the
bwce_mon directory and build the docker image by running the following command.
docker build -t bwce/monitoring:latest .
Ensure that MySQL, PostgreSQL or MS SQL Server is running and the user is created with all the privileges. You can use a standalone Docker to run the monitoring application by passing the two environment variables.
You must provide the following two environment variables to start the application monitoring successfully.
PERSISTENCE_TYPE
DB_URL
To run the monitoring application on Docker container, run the following command.