[jboss-jira] [JBoss JIRA] Commented: (JBREM-643) configuration for multi-homed server invokers
Ron Sigal (JIRA)
jira-events at lists.jboss.org
Fri Feb 1 00:18:09 EST 2008
[ http://jira.jboss.com/jira/browse/JBREM-643?page=comments#action_12397755 ]
Ron Sigal commented on JBREM-643:
---------------------------------
More details:
1. A default port can be specifed in the usual URL port position. E.g.,
socket://multihome:4444/?homes=127.0.0.1:3333!192.168.7.7!10.11.12.13:5555
is equivalent to
socket://multihome/?homes=127.0.0.1:3333!192.168.7.7:4444!10.11.12.13:5555
2. Just as the clientconnectaddress and clientconnectport parameters allow the specification of an external address in the single home case, there is a connecthomes parameter for specifying multiple external addresses. E.g.,
socket://multihome/?homes=127.0.0.1:3333!10.11.12.13:4444&connecthomes=64.11.12.13:4444
will cause a server to bind to 127.0.0.1:3333 and 10.11.12.13:4444. and a client to try to connect to 64.11.12.13:4444.
> configuration for multi-homed server invokers
> ---------------------------------------------
>
> Key: JBREM-643
> URL: http://jira.jboss.com/jira/browse/JBREM-643
> Project: JBoss Remoting
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: general
> Affects Versions: 2.2.0.Alpha4
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Fix For: 2.4.0.Beta1 (Pinto)
>
>
> Need to allow explicit configuration for multi-homed systems so can be done via one Connector with multiple bindings.
--
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