From: <ras...@wi...> - 2009-01-15 10:20:58
|
Hi In latest OpenORB 1.4.0 we have below file generated Vi /.OpenORB/NS_IOR/COS/NameService/NamingContextExt.ior IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F 6E746578744578743A312E30000000000001000000000000006800010200000000103139322E3231 392E3232332E3139350007D100000000001B004F4F01963B34CB1E010000504F41FE4E616D655365 72765F30FE000000000100000001000000200000000000010001000000020001000F000100200001 01090000000100010100 We were passing below command in OpenORB1.3.1 java -classpath ${CP} -Dorg.omg.CORBA.ORBClass=org.openorb.CORBA.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.openorb.CORBA.ORBSin gleton -Dopenorb.debug.level=MEDIUM -Dopenorb.debug.trace=DEBUG -Dopenorb.home=${CORBAHome}/rcscripts org.openorb.util.MapNamin gContext -ORBPort=2001 $* 2>&1 |/usr/bin/logger -p local4.notice -t "OpenORB NamingService" now in OpenORB1.4.0 we are passing the below command java -client -classpath ${CP} -Dorg.omg.CORBA.ORBClass=org.openorb.orb.core.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.openorb.orb.core.ORBSing leton -Dopenorb.debug.level=MEDIUM -Dopenorb.debug.trace=WARN -Dopenorb.home=${CORBAHome}/rcscripts org.openorb.tns.Server -ORBPort=2001 $* 2 >&1 |/usr/bin/logger -p local4.notice -t "OpenORB NamingService" Here name service is changed to tns please let me know if we have to change any argument passing or do we need to send any extra argument. we need to do Inter box mirroring. Regards, Rashmi Chidambara Rao. |