Quantcast
Channel: Extreme Java » websphere
Viewing all articles
Browse latest Browse all 2

Configuring SOAPInput node listener port

0
0

If you use IBM's WebSphere Message Broker to expose a webservice using a SOAPInput node, you notice that it listens to the 7800 port by default (or 7801, 7802, if you deploy other message flows, too). If you want to configure that port (changing it to 8080 or any other port number), you need to issue this command:

$ mqsichangeproperties BRKNAME -e default -o HTTPConnector \
                               -n explicitlySetPortNumber -v 8080
BIP8071I: Successful command completion.

After restarting the broker, it will open the desired port.


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images