[jboss-jira] [JBoss JIRA] Commented: (JBCLUSTER-94) HANamingService: Enable definition of RmiBindAddress analogous to RmiBindPort
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jan 20 15:20:04 EST 2009
[ https://jira.jboss.org/jira/browse/JBCLUSTER-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12448871#action_12448871 ]
Brian Stansberry commented on JBCLUSTER-94:
-------------------------------------------
Separately opened under JBAS-4732 and fixed for AS 5.
> HANamingService: Enable definition of RmiBindAddress analogous to RmiBindPort
> -----------------------------------------------------------------------------
>
> Key: JBCLUSTER-94
> URL: https://jira.jboss.org/jira/browse/JBCLUSTER-94
> Project: JBoss Clustering
> Issue Type: Patch
> Security Level: Public(Everyone can see)
> Environment: Solaris, use gnu patch to apply patchfile:
> /opt/gnu/bin/patch < patch.txt
> Reporter: Thomas Wenckebach
> Assignee: Jerry Gauthier
> Fix For: Q2Y6
>
> Attachments: patch.txt
>
> Original Estimate: 10 minutes
> Remaining Estimate: 10 minutes
>
> Consider the following setting:
> In multi home cluster environments you might want to bind the HANamingService Port to a High Available (virtual) IP address, whereas the NamingService Port would be a local ("real") IP address in this case (different LANs). Note that it is strictly mandatory in this setting to also bind the RmiPort of HANamingService to a local IP address, since it is referenced internally via the system property java.rmi.server.hostname - a conceptual flaw, since it is also used for referencing the NamingService. Consequently, it is a must to bind both NamingService and HANamingService RmiPorts to the same interface. From this fact follows the necessity to bind HANamingService RmiPort to an interface different from the one used by HANamingService Port!
> Simply do the following:
> $> cd jboss-4.0.3SP1-src/cluster/src/main/org/jboss/ha/jndi
> $> /opt/gnu/bin/patch < patch.txt
> ( please find patch.txt attached! )
--
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 jboss-jira
mailing list