Chapter 2 Project Design Tutorial : Deploy the Project

Deploy the Project
Learning Points
You are now ready to deploy this project. For testing purposes, you can simply start the engine at the command line. In production scenarios it is usual to deploy to a TIBCO Administrator domain (see Chapter 28, Deploying a TIBCO BusinessEvents Project of TIBCO BusinessEvents User’s Guide for more details).
Task M Deploy the Project and Start the BusinessEvents Engine
1.
   c:\tibco\be\3.0\bin.
2.
   be-engine -n enginename filepath\earfilename
For example:
be-engine -n acme-engine C:\BEProjects\FraudDetection.ear
The -n option is optional. It lets you assign a user-friendly name to the engine. A separate log file using the name is created as well.
You see engine startup messages in the console, beginning like the following:

 
Using property file: C:\tibco\be\version\bin\be-engine.tra
******************************************************************
Using arguments :-n acme-engine C:\BEProjects\FraudDetection.ear

 
You see various initialization messages, then you see the message you configured in the startup rule function (see Configure the InitializeAccount Rule Function):

 
############### Created account ActA

 
If you completed the optional exercise (Optional Exercise: Create a Concept Instance Using a Standard Function) you see the additional message:

 
############### Also created account ActB

 
Summary and Next Steps
Next you will send data into the engine and see the results.