[mod_cluster-issues] [JBoss JIRA] Commented: (MODCLUSTER-119) AdvertiseBindAddress does not default to the 23364 port

Radoslav Husar (JIRA) jira-events at lists.jboss.org
Wed Jan 6 11:15:30 EST 2010


    [ https://jira.jboss.org/jira/browse/MODCLUSTER-119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12502514#action_12502514 ] 

Radoslav Husar commented on MODCLUSTER-119:
-------------------------------------------

Thanks for the fix!

I am attaching this issue to the documentation review to make sure this gets included in the docs (unless we could upgrade to 1.0.3 in the EAP release.)

> AdvertiseBindAddress does not default to the 23364 port
> -------------------------------------------------------
>
>                 Key: MODCLUSTER-119
>                 URL: https://jira.jboss.org/jira/browse/MODCLUSTER-119
>             Project: mod_cluster
>          Issue Type: Bug
>    Affects Versions: 1.0.2.GA, 1.1.0.Beta1
>         Environment: Fedora 11
>            Reporter: Radoslav Husar
>            Assignee: Jean-Frederic Clere
>            Priority: Minor
>             Fix For: 1.0.3.GA, 1.1.0.CR1
>
>
> Hello,
> it looks as though 1.0.2 GA does not pick the default value for AdvertiseBindAddress and listens on random port each time whereas the documentation claims it defaults to the same setup as the AS part default setup.
> The docs say: AdvertiseBindAddress IP:port: That is the address and port httpd is bind to send the multicast messages. This allow to specify an address on multi IP address boxes. Default: 0.0.0.0:23364 
> Here is the different starts/stops and ports, below the host config without ABA set.
> [rhusar at rhusar modcluster]$ netstat -lpn | grep http
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> tcp        0      0 :::8888                     :::*                        LISTEN      19610/httpd
> udp        0      0 0.0.0.0:60958               0.0.0.0:*                               19610/httpd
> [rhusar at rhusar modcluster]$ netstat -lpn | grep http
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> tcp        0      0 :::8888                     :::*                        LISTEN      19648/httpd
> udp        0      0 0.0.0.0:34758               0.0.0.0:*                               19648/httpd
> [rhusar at rhusar modcluster]$ netstat -lpn | grep http
> (Not all processes could be identified, non-owned process info
>  will not be shown, you would have to be root to see it all.)
> tcp        0      0 :::8888                     :::*                        LISTEN      19676/httpd
> udp        0      0 0.0.0.0:58988               0.0.0.0:*                               19676/httpd
> <VirtualHost *:8888>
>     KeepAliveTimeout 60
>     MaxKeepAliveRequests 0
>     ManagerBalancerName mycluster
>     AdvertiseFrequency 5
>     # File a Jira - not in sync with docs
>     # http://www.jboss.org/mod_cluster/native/config.html
> #    AdvertiseBindAddress 0.0.0.0:23364
> </VirtualHost>

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

        


More information about the mod_cluster-issues mailing list