Guido
Guido

Reputation: 47705

Fiware: configure orion context broker port

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?

Upvotes: 2

Views: 627

Answers (1)

fgalan
fgalan

Reputation: 12322

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.

Upvotes: 2

Related Questions