Author |
Message
|
venkat kurra |
Posted: Sun Jul 16, 2006 12:03 pm Post subject: Port number for HTTPListener |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Is there any restriction or limitation for broker http ports?
For example MQ uses 1400 series.
mqsichangebroker <broker> -P ????
-P HTTPListenerPort
(Optional) Enter the number of the port on which the web services support is listening. Note that this listener is started by the broker when a message flow that includes web services support is started, and has a default value of 7080.
You must ensure that the port you specify has not been specified for any other purpose.
Shell we use 80 (http://....:80/test)?. I belive it's reserved port.
One of my team member suggested to use 80 for http and 443 for https. Shell we???? _________________ Thanks,
Venkat Kurra
IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Jul 17, 2006 12:13 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
So long as another application is not using these ports, you should be fine. |
|
Back to top |
|
 |
venkat kurra |
Posted: Mon Jul 17, 2006 4:52 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
Thanks Matt. We are going to allocate these ports for WMB. Let you know how it goes. _________________ Thanks,
Venkat Kurra
IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin |
|
Back to top |
|
 |
nathanw |
Posted: Mon Jul 17, 2006 6:08 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
Personaally I would use ports from beyond the range as you never know who is using what port for what. Even if they are not bein used you may have software installed that default to a particular port and in the future when you come to use them you may have problems.
Just my two penneth |
|
Back to top |
|
 |
venkat kurra |
Posted: Mon Jul 17, 2006 10:39 am Post subject: |
|
|
 Master
Joined: 18 Oct 2001 Posts: 245 Location: Bloomington , IL
|
I prefer same way like pick the port from beyond the range. But client want to use some standard and we need to stick with that. _________________ Thanks,
Venkat Kurra
IBM Certified Specialist-MQSeries
IBM Websphere MQSeries Administrator
IBM WebSphere Message Broker System Admin |
|
Back to top |
|
 |
|