This port requires additional configuration before it can be used. The MySQL database schema must be loaded: ================================================================== cd %%PREFIX%%/share/razorback/ mysql create database razorback; use razorback; source razorback.sql; source razorback-with-data.sql; There are two modifications that need to be made. The first is to edit the activemq.xml file %%ACTIVEMQ_LOCATION%% %%ACTIVEMQ_CONFIG%% ActiveMQ's configuration must be updated: ================================================================== In the transportConnectors property, the entry needs to look like the following: Note: If activemq is running on the same system as the dispatcher, it is advised that you use 127.0.0.1 instead of 0.0.0.0. The razorback dispatcher's configuration must be created and customized: ================================================================== cp rzb.conf.sample rzb.conf cp magic.sample magic cp dispatcher.conf.sample dispatcher.conf