Command Line Start

You can open a command window and at the command prompt and start the TIBCO BusinessEvents engine.

Tip: You can simply open the example readme.html file and follow instructions there. In order to send events into the engines, you must enter information into the forms provided in the readme.

Navigate to BE_HOME/examples/standard/FraudDetection and open readme.html in your browser. Follow the instructions in the readme file to start the engine and send events to the inference agent.

Open a command window and at the command prompt, start the TIBCO BusinessEvents engine using the following command. Locations specified are those of the provided configured example. Substitute your values for BE_HOME, and the location of the EAR and CDD files:

cd BE_HOME/examples/FraudDetection
BE_HOME/bin/be-engine --propFile BE_HOME\bin\be-engine.tra -u default -c FraudDetection/fd.cdd fd.ear

It can be convenient to copy the CDD from your workspace to the same location where you saved the EAR file.

Congratulations!

You have completed the tutorial and now understand the basics of project design and deployment. Next you can undertake the tutorial provided in Cache OM Tutorial.