Before you can test a project, you must set up a launch configuration with settings needed to launch the project. If you access a launch configuration from the Run > Run Configurations menu, it is called a Run Configuration. The same configuration is also called a Debug Configuration, if you access it from the Run > Debug Configurations menu.You can create multiple configurations for the same project. For example, you may want to test the effect of different startup arguments. This section shows launch configuration settings for local and for remote testing. Or if you are using cache mode, you create one configuration for each processing unit, for example one for the processing unit that runs an inference agent, and one for the processing unit that runs the cache agent. You can run multiple engines simultaneously.
The Source, Classpath, and Common tabs are standard Eclipse dialogs. See Eclipse help for details. For example if the project uses third party JARs, also reference them in the Classpath tab.
The name of the BusinessEvents project that you want to debug. Click Browse to select a project in the workspace. CDD File Location Processing Unit Name Name of a processing unit in the selected CDD file whose values are used for this run configuration. Enter default to use the default processing unit (if one exists in the CDD). Working Directory The location of the working directory for the BusinessEvents engine. Used to store temporary files and logs. Browse to and select an existing directory.Path names that do not start with the root directory are assumed by the operating system to start from the working directory. Location of the EAR file to be used, including the EAR filename. The EAR file must be generated with the Generate Debug Info option checked.
The name of the BusinessEvents project that you want to test. Click Browse to select a project in the workspace. Remote
Connection Enter VM arguments for running the remote VM. Alternatively, add these to the java.extended.properties property in the remote application’s runtime properties (TRA) file. Default value is:-Xms1024m -Xmx1024m -XX:MaxPermSize=256m -Xdebug -Xrunjdwp:transport=dt_socket,address=%JDI_PORT%,suspend=n,server=y The name or IP address of the remote computer where you are running the BusinessEvents engine.Default is localhost.
Copyright © TIBCO Software Inc. All Rights Reserved.