The following table describes the Advanced Runtime parameters.
Parameter |
Description |
---|---|
Additional Class Path |
Defines an additional Classpath for the connection profile to be created if required. Optional. It is recommended for specifying dependency classes that the class-to-be-invoked is required during runtime. Click Edit to add, edit, delete, or move up or down the Additional Class Path. NOTE: A long value in the Classpath field might result in execution inconsistencies, depending on the individual command line length limitation of your operating system. |
JVM Parameters |
Specify any required additional JVM parameters for Control-M for WJM java applications (for example, -Xms). NOTE: If an invalid JVM parameter is entered, an unexpected result may occur. NOTE: It is recommended to use the java.ext.dirs JVM parameter to specify a directory that contains multiple jars that are required by the EJB or by the class you wish to invoke. As opposed to specifying each directory in the classpath individually. EXAMPLE: Windows: -Djava.ext.dirs=<path to dependencies classes/jars>;<path dependencies classes/jars> UNIX: -Djava.ext.dirs=<path to dependencies classes/jars>:<path dependencies classes/jars> |
System Properties |
Add or delete System Properties as required. Click Add to create a new Key and Value row in the table and enter the required information. Control-M for Messaging only: You may need to enable JMS Message ID correlation or enable specific log in information. For more information, see Enabling JMS Message ID correlation and Enabling specific queue login information. |
Parent Topic |