[jboss-jira] [JBoss JIRA] Commented: (JBAS-4906) Add AutoDiscoveryAddress and AutoDiscoveryGroup substitutions in sample-bindings.xml

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Wed Oct 24 11:11:02 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4906?page=comments#action_12384140 ] 
            
Brian Stansberry commented on JBAS-4906:
----------------------------------------

How would autodiscovery work if different servers are using different multicast addresses and ports?

> Add AutoDiscoveryAddress and AutoDiscoveryGroup substitutions in sample-bindings.xml
> ------------------------------------------------------------------------------------
>
>                 Key: JBAS-4906
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4906
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Clustering, XML services
>    Affects Versions:  JBossAS-5.0.0.Beta3, JBossAS-4.2.2.GA
>            Reporter: Galder Zamarreno
>         Assigned To: Brian Stansberry
>            Priority: Minor
>
> For HAJNDI service, add AutoDiscoveryGroup and AutoDiscoveryAddress settings in
> docs/examples/binding-manager/sample-bindings.xml 
> i.e.
> ports-default
> <service-config name="jboss:service=HAJNDI"
> delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
> <delegate-config portName="Port" hostName="BindAddress">
> <attribute name="RmiPort">1101</attribute>
> <attribute name="AutoDiscoveryAddress">${jboss.partition.udpGroup:230.0.0.4}</attribute>
> <attribute name="AutoDiscoveryGroup">1102</attribute>
> </delegate-config>
> <binding port="1100" host="${jboss.bind.address}"/>
> </service-config> 
> ....
> ports-01
> <service-config name="jboss:service=HAJNDI"
> delegateClass="org.jboss.services.binding.AttributeMappingDelegate">
> <delegate-config portName="Port" hostName="BindAddress">
> <attribute name="RmiPort">1201</attribute>
> <attribute name="AutoDiscoveryAddress">${jboss.partition.udpGroup:230.0.1.4}</attribute>
> <attribute name="AutoDiscoveryGroup">1202</attribute>
> </delegate-config>
> <binding port="1200" host="${jboss.bind.address}"/>
> </service-config> 
> ...

-- 
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