mirror of https://github.com/apache/cassandra
Fix documentation about activating remote jmx
Patch by Jean Carlo Rivera Ura; Reviewed by David Capwell and Dinesh Joshi for CASSANDRA-15535
This commit is contained in:
parent
3875fee637
commit
f3ebc0bd1c
|
|
@ -1,4 +1,5 @@
|
|||
4.0-alpha4
|
||||
* Documentation gives the wrong instruction to activate remote jmx (CASSANDRA-15535)
|
||||
* Improve the description of nodetool listsnapshots command (CASSANDRA-14587)
|
||||
* allow embedded cassandra launched from a one-jar or uno-jar (CASSANDRA-15494)
|
||||
* Update hppc library to version 0.8.1 (CASSANDRA-12995)
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ providers are available; the first based on standard JMX security and the second
|
|||
Cassandra's own auth subsystem.
|
||||
|
||||
The default settings for Cassandra make JMX accessible only from localhost. To enable remote JMX connections, edit
|
||||
``cassandra-env.sh`` (or ``cassandra-env.ps1`` on Windows) to change the ``LOCAL_JMX`` setting to ``yes``. Under the
|
||||
``cassandra-env.sh`` (or ``cassandra-env.ps1`` on Windows) to change the ``LOCAL_JMX`` setting to ``no``. Under the
|
||||
standard configuration, when remote JMX connections are enabled, :ref:`standard JMX authentication <standard-jmx-auth>`
|
||||
is also switched on.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue