Starting the TIBCO BusinessEvents Agents

You can simply open the example readme.html file and follow instructions there

See Dependency of Interactive Readme File on a Higher Level Directory to understand the requirements for using the interactive readme file.

Tip: 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/FraudDetectionStore (or the location where you copied it to) and open readme.html in your browser. Follow the instructions in the readme file to start two or more engines and send events to the inference agent.

Procedure

  1. Open a command window and, at the command prompt, start the TIBCO BusinessEvents engine using the following command.
    cd BE_HOME/examples/standard/FraudDetectionStore
    BE_HOME/bin/be-engine --propFile 
    BE_HOME/bin/be-engine.tra -u cache -c FraudDetectionStore/fdstore.cdd fdstore.ear

    You can substitute your values for BE_HOME, and the location of the EAR and CDD files.

    For example, if you are simply running the provided example, you would use this command line to start the cache agent:

    c:/tibco/be/5.1/bin/be-engine --propFile c:/tibco/be/5.1/bin/be-engine.tra -u cache -c FraudDetectionStore/fdstore.cdd fdstore.ear 
    			 
    This command starts the cache agent. Locations specified are those of the provided configured example.
  2. When the cache agent has started, open a second command window, and start the inference agent in a similar way. Again, locations specified are those of the provided preconfigured example.
    cd BE_HOME/examples/standard/FraudDetectionStore
    BE_HOME/bin/be-engine --propFile 
    BE_HOME/bin/be-engine.tra -u default -c FraudDetectionstore/fdstore.cdd fdstore.ear

    For example, if you are simply running the provided example, you would use this command line to start the inference agent:

    c:/tibco/be/5.1/bin/be-engine --propFile c:/tibco/be/5.1/bin/be-engine.tra -u default -c FraudDetectionStore/fdstore.cdd fdstore.ear