Appendix F Working With Rule Debugger : Configuring a BusinessEvents Engine for Remote Debugging

Configuring a BusinessEvents Engine for Remote Debugging
You must configure the BusinessEvents engine property file so the engine uses Java Debug Interface (JDI) for remote debugging.
To Configure Java Debug Interface (JDI)
For each BusinessEvents engine you want to enable for remote debugging, do the following.
1.
Open the BE_HOME/bin/be-engine.tra file for editing.
2.
Specify the port on which you want the engine to listen, using the environment variable tibco.env.JDI_PORT, for example:
tibco.env.JDI_PORT 5192
Where 5192 is the default value. If multiple engines run on the same machine, ensure that each has a unique port.
3.
-Xrunjdwp:transport=dt_socket,address=%JDI_PORT%,suspend=na,server=y
4.
You specify the same JDI port number in the profile you will use to connect to the remote engine (see Port).