From 3cfdb235df1ee164181d89e7a30877e637c422f7 Mon Sep 17 00:00:00 2001 From: Nicole Vreden Date: Thu, 25 Feb 2010 17:50:17 +0100 Subject: copy suckz :)) Signed-off-by: Nicole Vreden --- start-java.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'start-java.sh') diff --git a/start-java.sh b/start-java.sh index 9652578..5158416 100755 --- a/start-java.sh +++ b/start-java.sh @@ -1,8 +1,8 @@ java \ -Djava.net.preferIPv4Stack=true \ --Dorg.omg.CORBA.ORBInitialHost=127.0.0.1 \ +-Dorg.omg.CORBA.ORBInitialHost=10.0.3.222 \ -Djava.library.path=./lib \ -jar $@ \ --ORBInitialPort 1050 -ORBInitialHost 127.0.0.1 \ --ORBInitRef NameService=corbaloc:iiop:127.0.0.1:1050/NameService \ +-ORBInitialPort 1050 -ORBInitialHost 10.0.3.222 \ +-ORBInitRef NameService=corbaloc:iiop:10.0.3.222:1050/NameService \ -ORBDottedDecimalAddresses 1 -- cgit v1.2.3