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:
Jean Carlo Rivera Ura 2020-02-13 14:05:33 -08:00 committed by Dinesh A. Joshi
parent 3875fee637
commit f3ebc0bd1c
2 changed files with 2 additions and 1 deletions

View File

@ -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)

View File

@ -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.