TIBCO Spotfire® Server and Environment - Installation and Administration

set-config-map-prop

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

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

Overview

use this command to set the value of a specific configuration map 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 map for the specified property.
-Vkey
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 a Post-Authentication Filter parameter called "debug" to "true":
set-config-map-prop --name="security.post-authentication-filter.init-parameters" --item-name="parameter" -Vdebug=true