Posts

Showing posts from December, 2019

BE and Docker

Dockerize BE application Hey folks! In the article that follows, we'll be seeing how a TIBCO BusinessEvents application image can be run on Docker. What is TIBCO BusinessEvents? BusinessEvents (BE) by TIBCO is a tool in the CEP (Complex Event Processing) domain and it allows to take appropriate actions using business rules. Now let's see how we can dockerize a BE application. Below are the steps you need to follow: 1. Install Vagrant. 2. Install VirtualBox by Oracle. 3. Create a folder and place vagrant file inside it. Edit IP in the vagrant file provided to you in format 192.XX.XX.XX. Make sure each octet value is less than 255. 4. Download and unzip the be_docker_base.zip  to your computer. 5.  Give execute permissions to the shell and perl scripts in the be_docker_base directory      chmod +x *.sh *.pl 8. Download and unzip the be_app.zip   and give execute permissions to the shell and perl scripts in the direc...