Debugger : Configuring a BusinessEvents Engine for Remote Debugging

Configuring a BusinessEvents Engine for Remote Debugging
To Configure Java Debug Interface (JDI)
You must configure the BusinessEvents engine property file on the remote engine so the engine uses Java Debug Interface (JDI) for remote debugging.
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 Launch Configurations Reference).
To Connect to the Remote Engine from BusinessEvents Studio
1.
2.
Ignore the Main tab - it points to the local project
3.