如何使用Java omniorb为服务器指定端点配置

时间:2016-09-09 13:57:21

标签: java corba

如何使用Java为服务器指定端点配置。 我正在使用omniorb。

我试过以下:

int a = 1'000'000;

但仍然选择了本地主机ip。

有没有办法可以传递参数来配置ip。

我可以使用org.omg.CORBA.ORBListenEndpoints吗?

1 个答案:

答案 0 :(得分:0)

你肯定没有使用omniorb和Java。 Omniorb是一个C ++ ORB

对于Java内置JDK ORB,请尝试

error: Invalid Font Weight
trying URL 'http://wolterskluwer.com/binaries/content/assets/wk/pdf/investors/annual-reports/wolters-kluwer_2015_sustainability_report.pdf'
Content type 'application/pdf;charset=UTF-8' length 1825508 bytes (1.7 MB)
downloaded 1.7 MB

注意:通过 Properties p = new Properties(); args[0] = "com.sun.CORBA.ORBServerHost"; args[1] = "someip"; ORB orb = ORB.init(args, p); 在cmdline上运行。 但是不能作为财产!