## Vodich App
ESB Qualification Scenario Launcher
## Configure the whole thing
- apache-activemq-5.13.0
- ultraesb-2.3.0 (take our customized version, it's better!)
- kibana-4.2.2
- Launch ActiveMQ:
[activemq_folder]/bin/activemq start
- Verify that the activemq process actually exists. The web console is available at http://localhost:8161
- Launch UltraESB:
[ultraesb-folder]/bin/ultraesb.sh
- Launch Kibana:
[kibana-folder]/bin/kibana.sh
- Finally, Launch Tomcat server. For both Vodich and Producer.
- If Kinaba visualizations don't work (http://localhost:9200), it means that the elasticsearch data folder is locate elsewhere, not Vodich/data. You need to find that folder and copy Kibana data there (located under Vodich/data/main/index/nodes/0/indices/.kibana)