Controller JMX configuration simplification
-------------------------------------------

         Key: SEQUOIA-1069
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-1069
     Project: Sequoia
        Type: Improvement

    Reporter: Emmanuel Cecchet
 Assigned to: Emmanuel Cecchet 
     Fix For: Sequoia 4.0


Based on Sequoia 3 refactoring:
JMX can now only be used with RMI. The unsupported HttpJmxAdaptor is removed. 
It is possible to bind JMX to a specific IP address different from JDBC. The 
RmiJmxAdaptor element has been removed and its attributes have been moved to 
the JmxSettings element. Previous ipAddress and port attributes have been 
remapped to jmxIpAddress and jmxPort.

Sequoia 2.10:
    <JmxSettings>
      <RmiJmxAdaptor port="1091"/>
    </JmxSettings>

Sequoia 4:
    <JmxSettings jmxIpAddress="127.0.0.1" jmxPort="1091"/>




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

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

Reply via email to