Starting the BusinessEvents Engine

The BusinessEvents engine is started from the command line in this example.

The console output provides details of the SOAP requests and responses as well as the processing by BusinessEvents of the decision table.

Procedure

  1. Open a command prompt with a working directory of the BusinessEvents project created previously.
  2. Set the BE_HOME environment variable to the location of the BusinessEvents installation using the command:
        set BE_HOME=c:\tibco_be\be\4.0
  3. Use the command to start the BusinessEvents engine:
        %BE_HOME%/bin/be-engine --propFile %BE_HOME%\bin\be-engine.tra
    -u default -c Deployments/default.cdd BPMIntegration.ear
  4. Wait for the started report in the log.

    You have completed creating and deploying the TIBCO BusinessEvents application. Proceed to the next section to test the integration between the applications.