An alternative solution is to set -Djava.net.preferIPv4Stack=true in
GLOBUS_OPTIONS to prefer binding to IPv4 instead. The logicalHost
solution is more flexible, however.
Charles
On Feb 3, 2009, at 7:44 AM, Benjamin Henne wrote:
Hi,
0:0:0:0:0:0:0:1 or ::1 is the IPv6 version of your localhost address.
Globus normally binds to localhost. You can change this in
$GLOBUS_LOCATION/etc/globus_wsrf_core/server-config.wsdd with
<globalConfiguration>
<parameter name="logicalHost" value="myhost.abc.de"/>
Look for logicalHost at
http://www.globus.org/toolkit/docs/4.0/common/javawscore/admin-index.html
Regards,
Benjamin
Jan Muhammad schrieb:
Hi,
Just have installed GT4.0.8 on FC6; all stuff seems to be fine But
the
conatiner picks very strange IP address? Altough system has its
own IP
but I wonder why container doesn't pick it?
The conatiner terminal shows like this:-
Starting SOAP server at: http://[0:0:0:0:0:0:0:1]:8080/wsrf/services/
With the following services:
[1]: http://[0:0:0:0:0:0:0:1]:8080/wsrf/services/AdminService
[2]: http://[0:0:0:0:0:0:0:1]:8080/wsrf/services/
AuthzCalloutTestService
-----------------------
Truncated.........................................
Any ideas what I have missed to configure?
Regards
-Jan