Author |
Message
|
broker_new |
Posted: Wed Mar 12, 2008 3:50 pm Post subject: HTTP Listener Port |
|
|
 Yatiri
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
|
Can two brokers on same box listen on 7080 port.
I will explain my situation in detail.
I have exposed one webservice http://localhost:7080/Svc1 on Broker1.
and I have exposed second webservice http://localhost:7080/Svc2 on Broker2.
My question is can two brokers Broker1 and Broker2 can listen on same port 7080 or they have to be deifferent because
Iam testing the second webservice on Broker2 but iam getting the error like No URL is mapped on Broker1 .
So always the request is going to Broker1. _________________ IBM ->Let's build a smarter planet |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 12, 2008 4:03 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Can two programs listen to the same port on the same IP address, regardless of what the programs are? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
x061294 |
Posted: Mon Jan 05, 2009 10:33 am Post subject: |
|
|
 Acolyte
Joined: 05 Apr 2005 Posts: 62
|
To revive an old post, with a twist. Can two brokers, on the same physical box listen to port 7080 on two different VIP's? I would have thought so, but we are having issues where the second broker's httplistener won't start up as it say's port 7080 is already in use, although both are configured to use their own VIP. It's as if the httplistener has a connection to the physical IP as well as the virtual and you can't run two of them on the same physical box.
This is 6.1.0.3 on linux 64 |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jan 05, 2009 10:36 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
It's always preferred to start a new thread, especially when the question is "not quite" the same as the original.
What does netstat -an show? |
|
Back to top |
|
 |
hotdarshan |
Posted: Mon Jan 05, 2009 9:12 pm Post subject: HTTP Listener Port |
|
|
Novice
Joined: 17 Mar 2008 Posts: 16
|
Hi,
Is the 2 broker on the same config manager??
If so we need to have two diff ports or else we can have same port..
Regards,
Sudarshan |
|
Back to top |
|
 |
x061294 |
Posted: Tue Jan 06, 2009 5:20 am Post subject: |
|
|
 Acolyte
Joined: 05 Apr 2005 Posts: 62
|
It appears that there isn't an issue. Upon further investigation, and resetting the address/port of the two brokers, both brokers were able to start up. I don't know if someone had set the ip's wrong in the first place, but, we are now successfully starting both brokers without the port conflict messages. Thanks for your help. |
|
Back to top |
|
 |
|