JVM Arguments of a Node

Any changes made to the Runtime Node's JVM arguments, either through the UI or the CLI, are displayed in the Administrator UI.

You can store all system JVM properties in the Runtime Node's TRA file. These properties are defined in the following format:

java.property.<property-name>=<property-value>

To set a JVM property using ActiveMatrix Administrator UI, add the <property-name> in the Property column and set the <property-value> in the Value column. For more information, see Updating the JVM Configuration for a Node using ActiveMatrix Administrator UI. You need not store properties as a part of java.extended.properties, in the Runtime Node's TRA file.

To enable this behavior, set the JVM property java.property.com.tibco.admin.nodeservice.split.user.jvmArgs in the System Node's TRA file, as follows:

java.property.com.tibco.admin.nodeservice.split.user.jvmArgs=true

If you do not want to split the JVM arguments, you can add the following lines in the TRA files of each TIBCOHost in the TIBCO ActiveMatrix Enterprise, as follows:

java.property.com.tibco.admin.nodeservice.split.user.jvmArgs=false
java.property.com.tibco.tibcohost.runtime.tra.disable.split.user.jvmArgs=true