[
https://issues.jboss.org/browse/MODCLUSTER-30?page=com.atlassian.jira.plu...
]
Michal Babacek closed MODCLUSTER-30.
------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
{HA}ModClusterService: advertisePort uses incorrect system property
-------------------------------------------------------------------
Key: MODCLUSTER-30
URL:
https://issues.jboss.org/browse/MODCLUSTER-30
Project: mod_cluster
Issue Type: Bug
Security Level: Public(Everyone can see)
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 1.0.0.Beta3
<property
name="advertisePort">${jboss.modcluster.advertise.address:23364}</property>
uses the multicast address rather than port. I'm changing this to
<property
name="advertisePort">${jboss.modcluster.advertise.port:23364}</property>
in both ModClusterService and HAModClusterService
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)