TIBCO Spotfire® Server and Environment - Installation and Administration

set-config-list-prop

Sets one or more values of a specific configuration list property.

set-config-list-prop 
[-c value | --configuration=value]
[-b value | --bootstrap-config=value] 
<-n value | --name=value> 
<-i value | --item-name=value> 
{-Vvalue}

Overview

Use this command to set the value of a specific configuration list property. There must be at most one such property, and the value of the property must be representable as a string.
Note: This command does not perform validation of any of the provided values; use with caution.

Options

Option Optional or Required Default Value Description
-c value
--configuration=value
Optional configuration.xml The path to the server configuration file.
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-n value
--name=value
Required none The name of the configuration property.
-i value
--item=value
Required none The name of each list item for the specified property.
-Vvalue
Required none The new value of the configuration property. It replaces any existing value. Can be specified multiple times with different values.

Example

To set two specific enabled TLS cipher suites for JMX connections:
set-config-list-prop --name="jmx.rmi.enabled-tls-cipher-suites" --item-name="enabled-tls-cipher-suite" -VTLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 -VTLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384