![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
− BE_HOME/bin/be-engine.tra for the TIBCO BusinessEvents engine
− BE_HOME/rms/bin/be-rms.tra for RMS
− BE_HOME/mm/bin/br-mm.tra for MM
− BE_HOME/views/bin/br-views.tra for Viewstibco.env.RV_HOME=<absolute path where TIBCO Rendezvous is installed>tibco.env.HAWK_HOME=<absolute path where TIBCO Hawk is installed>tibco.env.APP_ARGS=<absolute path of the EAR file>The value of the tibco.env.APP_ARGS property depends on the type of engine:
−
− BE_HOME/rms/bin/RMS.ear for Rule Management Server (RMS)
− BE_HOME/mm/bin/MM.ear for MM
− Optionally you can provide name to the engine using the --n option of the tibco.env.APP_ARGS property. For example, for TIBCO BusinessEvents engine for FraudDetection project
4. Edit the TIBCO standard classpath property to include classpath for RV and HAWK. Append %PSP%%HAWK_HOME%/lib%PSP%%RV_HOME%/lib to the existing value of the tibco.env.STD_EXT_CP property.ntservice.name=<short name for Windows NT service>ntservice.displayname=<full description of the service>ntservice.starttype=<type of start, whether automatic or manual>ntservice.binary.path.absolute=<absolute path of engine executable>The ntservice.binary.path.absolute property identifies the absolute path of the respective executable:
− BE_HOME/bin/be-engine.exe for the TIBCO BusinessEvents engine
− BE_HOME/rms/bin/be-rms.exe for RMS
− BE_HOME/mm/bin/br-mm.exe for MM
− BE_HOME/views/bin/br-views.exe for Viewstibco.clientVar.CDD=<absolute path of the CDD file>The value of the tibco.clientVar.CDD property depends on the type of engine:
−
− BE_HOME/rms/bin/RMS.cdd for RMS
− BE_HOME/mm/bin/MM.cdd for MM
− tibco.clientVar.PUID=<processing unit ID mentioned in the CDD file>For example, the PUID in the fd.cdd file is set as default for the BusinessEvents engine, then the value of PUID in the TRA file is also default.
8. (Optional) Specify the path of the log file in the Engine.Log.Dir property. For example:BE_HOME/bin>be-engine.exe --installBE_HOME/bin>be-engine --uninstall
For any change to the TRA file, run --uninstall and --install commands again for the changes to take effect.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |