我正在使用Orion Context Broker,但默认端口在我的组织中无效(防火墙正在为外部连接过滤掉 1026)。
如何更改 Orion Context Broker 默认端口?
我正在使用Orion Context Broker,但默认端口在我的组织中无效(防火墙正在为外部连接过滤掉 1026)。
如何更改 Orion Context Broker 默认端口?
-port
您可以使用命令行选项更改 Orion Context Broker 服务端口。例如,如果您想使用端口 9999,请使用以下命令运行 contextBroker:
contextBroker ... -port 9999
查看Orion Context Broker 管理手册了解详细信息。