Author |
Message
|
bprasana |
Posted: Wed Apr 06, 2011 4:49 pm Post subject: Maximum Number of EGs with HTTP ports per server |
|
|
 Disciple
Joined: 18 Apr 2005 Posts: 179
|
Am I right in saying that there can ONLY be 43 EGs which can have SOAP nodes( for HTTP connection) in them per physical Server? |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Apr 06, 2011 5:22 pm Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
What has lead you to think this? |
|
Back to top |
|
 |
bprasana |
Posted: Wed Apr 06, 2011 8:06 pm Post subject: |
|
|
 Disciple
Joined: 18 Apr 2005 Posts: 179
|
Because there are only 43 reservEd ports for http support. ??? |
|
Back to top |
|
 |
mgk |
Posted: Thu Apr 07, 2011 12:51 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
You can change the range to make it bigger if you really need to
Kind Regards, _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Apr 07, 2011 2:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
43 ports reserved by what? |
|
Back to top |
|
 |
mgk |
Posted: Thu Apr 07, 2011 2:17 am Post subject: |
|
|
 Padawan
Joined: 31 Jul 2003 Posts: 1642
|
Quote: |
43 ports reserved by what |
By the Embedded HTTP Listener for SOAP Input nodes or HTTP Input nodes that use the embedded listener. _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Apr 07, 2011 2:29 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Oh, you mean the default setting for which there is a ton of documentation on how to change?
That?
 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Apr 07, 2011 4:35 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
One advanced topic that would need alot of discussion for your understanding is how a typical ESB system is configured.
In most instances, where WMB is performing the function of the ESB application, the other parts to the ESB system likely include WAS servers, Datapower appliances, and other components.
When there is a likelihood of heavy HTTP traffic in the ESB system, a design pattern that gets invoked alot is where the HTTP requests are front-ended by a device other than the ESB application (in this case WMB being the ESB application, and the front-end being serviced by WAS or a Datapower appliance).
So, for example, one use case is a WAS server receives the upstream HTTP request, does validation on the user authority, perhaps some payload enrichment, and then passes the transaction (usually via MQ at that point) to the ESB application (WMB).
The end result is that the ESB application (WMB) doesn't handle all that many HTTP requests directly. Most HTTP requests are front-ended by another system component, such as WAS.
One benefit to such an arrangement is division of scope and shared horsepower application, where the overall latency SLA is more reliably achieved and predictable. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
bprasana |
Posted: Thu Apr 07, 2011 6:43 am Post subject: |
|
|
 Disciple
Joined: 18 Apr 2005 Posts: 179
|
Quote: |
Oh, you mean the default setting for which there is a ton of documentation on how to change? |
@mqjeff , mgk - can you point me to one such docplease. Much appreciated.
@lancelotinc - thanks for the gyan. Though it was just a curious question not prompted by any of the integration designs/architecture patterns.
I just wanted to know if I read this article right?
http://www-01.ibm.com/support/docview.wss?uid=swg21420032 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Thu Apr 07, 2011 7:09 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
My dissertation points out that very rarely will you use more than a few HTTP ports on WMB. This is because other components of the overall system are the primary HTTP interface, not the WMB product.
I did not say you couldn't or shouldn't. I said in a likely design, WAS and Datapower "front-end" the HTTP traffic allowing WMB to process richer payload. This is more ideal rather than having WMB handle the more mundane marshalling of SOAP requests. WAS and Datapower are more suited to this sort of stuff and WMB is better suited to be the high-speed messaging engine backbone. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Apr 07, 2011 10:06 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
bprasana wrote: |
Quote: |
Oh, you mean the default setting for which there is a ton of documentation on how to change? |
@mqjeff , mgk - can you point me to one such docplease. Much appreciated. |
Try this: http://www-01.ibm.com/support/docview.wss?uid=swg21420032
Notice how it has a number of sentences that say "as described here", and the word "here" is a URL?
No.
You did not read that article right.
That article tells you what the DEFAULT configuration is, and then provides LINKS TO DOCUMENTATION.
Notice also the sentence that says "All of these port numbers are completely user-configurable. " |
|
Back to top |
|
 |
bprasana |
Posted: Thu Apr 07, 2011 10:25 am Post subject: |
|
|
 Disciple
Joined: 18 Apr 2005 Posts: 179
|
Got it!!
So i use -n explicitlySetPortNumber to change it to any value.
Thanks
bprasana |
|
Back to top |
|
 |
|