TIBCO Spotfire® Server and Environment - Installation and Administration

import-jaas-config

Imports new JAAS application configurations into the server configuration.

import-jaas-config 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[-f | --force]
<-j value | --jaas-config-file=value> 
[-n value | --name=value]

Overview

Use this command to import new JAAS application configurations into the server configurations.

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.
-f
--force
Optional none Indicates that the JAAS application configurations should be imported into the server even if other configurations with the same names already exist. When this argument is enabled, the old configurations are overwritten
-j value
--jaas-config-file=value
Required none The path to the JAAS application configuration file. The file is expected to be in the standard JAAS application configuration format.
-n value
--name=value
Optional none The names of the JAAS application configurations to be imported into the server. Multiple names must be comma-separated and enclosed between quotes. If this argument is omitted, then all JAAS application configurations within the specified file are imported.