TIBCO Spotfire® Server and Environment - Installation and Administration

config-jmx

Configures the JMX RMI connector.

config-jmx 
[-c value | --configuration=value] 
[-b value | --bootstrap-config=value] 
[-e <true|false> | --enabled=<true|false>] 
[-a <true|false> | --authentication-enabled=<true|false>] 
[-A <true|false> | --authorization-enabled=<true|false>] 
[-s <true|false> | --tls-enabled=<true|false>]
[-n <true|false> | --need-client-auth=<true|false>] 
[-R value | --registry-port=value] 
[-p value | --connector-port=value] 
[-j value | --jaas-config=value]

Overview

Use this command to configure the JMX RMI connector. This connector can be used for connecting to Spotfire Server for monitoring and management purposes.

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.
-e <true|false>
--enabled=<true|false>
Optional false Specifies whether the RMI connector is enabled.
-a <true|false>
--authentication-enabled=<true|false>
Optional true Specifies whether authentication is enabled for the RMI connector.
-A <true|false>
--authorization-enabled=<true|false>
Optional true Specifies whether authorization is enabled for the RMI connector. Authorization requires authentication to be enabled and works only with the default value of jaas-config.
-s <true|false>
--tls-enabled=<true|false>
Optional false Specifies whether TLS is enabled for the RMI connector.
-n <true|false>
--need-client-auth=<true|false>
Optional false Specifies whether TLS client authentication is required.
-R value
--registry-port=value
Optional 1099 The port for the RMI registry.
-p value
--connector-port=value
Optional 1099 The port for the RMI connector.
-j value
--jaas-config=value
Optional SpotfireJmx The JAAS configuration entry to use for authentication. Requires authentication to be enabled. User accounts for the default authentication implementation are created by the create-jmx-user command.