Products | Versions |
---|---|
TIBCO BusinessWorks Container Edition | 2.3.2 |
docker run -p 8080:8080 -e PERSISTENCE_DB="mysql" -e DB_URL="mysql://<user>:<password>@<host>3306/monitor" --name monitor bwce/monitoring
BWCE monitoring application can be accessed by using the port "8080"
Clicking the application link will open up the monitoring tab
Clicking the processes tab will show no diagram
docker run -p 8080:8080 -e PERSISTENCE_TYPE="mysql" -e DB_URL="mysql://<user>:<password>@<host>3306/monitor" --name monitor bwce/monitoring
https://docs.tibco.com/pub/bwce/2.3.1/doc/html/GUID-1B0E3D44-4529-4FBA-867E-73DAC535337F.html https://docs.tibco.com/pub/bwce/2.3.2/doc/html/GUID-1B0E3D44-4529-4FBA-867E-73DAC535337F.html