Hi,
I have recently moved my system from using JacORB to use the ORB that
comes with the JDK (1.4.2).
This has been successful while running on a single nic system.
However, I have just tried to install the software onto a system where
the clients have a single network card, but the server has 4. This is
causing problems, as the return call from the ORB does not seem to
send the correct IP address.
This used to be fixable in JacORB using the OAIAddr property to
determine which IP address should be used for CORBA comms, what I
would like to know is if there is a similar property available for the
JDK ORB?
Any help will be much appreciated!
Thank you,
Laura
Thomas Kreiss - 01 Dec 2004 10:02 GMT
Hi Laura,
try to set the system property 'com.sun.CORBA.ORBServerHost' to the IP
address of
network interface that should be used.
Regards,
Thomas
> Hi,
>
[quoted text clipped - 15 lines]
> Thank you,
> Laura