1.1.1

Table Of Contents
jmx-manager-password-file
By default the JMX Manager allows clients without credentials to connect. If this property is set to the name of
a le, only clients that connect with credentials that match an entry in this le will be allowed. Most JVMs require
Description
that the le is only readable by the owner. For more information about the format of this le see Oracle's
documentation of the com.sun.management.jmxremote.password.le system property. Ignored if jmx-manager
is false or if jmx-manager-port is zero. See Setting Up JMX Manager Authentication on page 297.
not setDefault Value
connection (boot)Property Type
n/aPrex
jmx-manager-port
The port on which this JMX Manager listens for client connections. If this property is set to zero, SQLFire
does not allow remote client connections. Alternatively, use the standard system properties supported by
Description
the JVM for conguring access from remote JMX clients. Ignored if jmx-manager is false. The
Default RMI port is 1099.
1099Default Value
connection (boot)Property Type
n/aPrex
jmx-manager-ssl
If true and jmx-manager-port is not zero, the JMX Manager accepts only SSL connections. The
ssl-enabled property does not apply to the JMX Manager, but the other SSL properties do. This allows SSL
Description
to be congured for just the JMX Manager without needing to congure it for the other SQLFire connections.
Ignored if jmx-manager is false.
falseDefault Value
connection (boot)Property Type
n/aPrex
jmx-manager-start
If true, this member starts a JMX Manager when it boots. In most cases you should not set this property
to true because a JMX Manager is automatically started when needed on a member that sets
jmx-manager to true. Ignored if jmx-manager is false.
Description
falseDefault Value
connection (boot)Property Type
n/aPrex
jmx-manager-update-rate
The rate, in milliseconds, at which this member pushes updates to any JMX Managers. Currently
this value should be greater than or equal to the statistic-sample-rate.
Description
333
Configuration Properties