[jboss-jira] [JBoss JIRA] Created: (JBAS-5020) Incorrect system property usage in JMX console clustering service

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Nov 28 20:40:47 EST 2007


Incorrect system property usage in JMX console clustering service
-----------------------------------------------------------------

                 Key: JBAS-5020
                 URL: http://jira.jboss.com/jira/browse/JBAS-5020
             Project: JBoss Application Server
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Clustering
    Affects Versions: JBossAS-4.2.2.GA
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
            Priority: Minor
             Fix For:  JBossAS-5.0.0.Beta3, JBossAS-4.2.3.GA


In ./deploy/jmx-console.war/WEB-INF/web.xml:         <param-value>UDP(ip_mcast=true;ip_ttl=16;loopback=false;mcast_addr=${jboss.partition.udpGroup:228.1.2.3};mcast_port=${jboss.partition.udpPort:45566}):

Should not be jboss.partition.udpPort as that property should NOT be set; it will cause all channels to use the same port.

Will switch it to jboss.jmxconsolepartition.mcast_port to be consistent with JBAS-4021 usage.

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

        



More information about the jboss-jira mailing list