Hi all,

i'm currently testing the 3.0 beta2 release and have some maybe issues found.

my controller config:
<SEQUOIA-CONTROLLER>
  <Controller name="node00304884C6C0" jdbcIpAddress="node00304884C6C0"
jdbcPort="25322">
    <JmxSettings jmxIpAddress="10.10.10.2" jmxPort="21090"/>
    <Report/>
  </Controller>
</SEQUOIA-CONTROLLER>

The param jmxIpAddress="10.10.10.2" does not cause the correct bound. The JMX
port is always bound to all interfaces what is a problem for me due to security
reasons.

zack:/usr/share/sequoia3/log# netstat -tan | grep 21090
tcp        0      0 0.0.0.0:21090           0.0.0.0:*               LISTEN

Is this a BUG for JIRA?


Just a note FYI: It works fine to use an hostname in jdbcIpAddress. That's nice
for me but the param name is maybe accidentily misleading. What do you think?

zack:/usr/share/sequoia3/log# netstat -tan | grep 25322
tcp        0      0 10.10.10.2:25322        0.0.0.0:*               LISTEN


Regards,
)ngo

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to