Fiware: configure orion context broker port

蓝咒 提交于 2019-12-11 02:05:18

问题


I'm using Orion Context Broker but the default port is not valid in my organization (a firewall is filtering out 1026 for external connections).

How can I change the Orion Context Broker default port?


回答1:


You can change the Orion Context Broker service port using the -port command line option. For example, if you want to use port 9999, run contextBroker using the following:

contextBroker ... -port 9999

Check the Orion Context Broker administration manual for details.



来源:https://stackoverflow.com/questions/23292416/fiware-configure-orion-context-broker-port

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!