[
https://issues.apache.org/jira/browse/CASSANDRA-6518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13936306#comment-13936306
]
Mikhail Stepura commented on CASSANDRA-6518:
--------------------------------------------
With this patch user will need to uncomment 4 lines to enable the functionality
{code}
#MX4J_ADDRESS="-Dmx4jaddress=0.0.0.0"
#MX4J_PORT="-Dmx4jport=8081"
#JVM_OPTS="$JVM_OPTS $MX4J_ADDRESS"
#JVM_OPTS="$JVM_OPTS $MX4J_PORT
{code}
So I suggest either get rid of those {{MX4J_}} vars or make the last two lines
uncommented by default. [~lewismc] what do you think?
> Add in forgotten MX4J variables to cassandra-env.sh
> ---------------------------------------------------
>
> Key: CASSANDRA-6518
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6518
> Project: Cassandra
> Issue Type: Improvement
> Components: Config
> Reporter: Lewis John McGibbney
> Priority: Trivial
> Fix For: 2.1 beta2
>
> Attachments: CASSANDRA-6518.patch
>
>
> It seems that a small patch has been forgotten regarding adding certain MX4J
> configuration variables to cassandra-env.sh. This issue will simply add them
> so folks can easily tweak to suit their setUp.
--
This message was sent by Atlassian JIRA
(v6.2#6252)