HTTP Port Settings Management (optional)
The HTTP port management is done for the following BW process starter:
To avoid port conflicts on the TIBCO Silver Fabric engines where TIBCO Active Matrix BusinessWorks™ will be running, TIBCO Silver Fabric Enabler for ActiveMatrix BusinessWorks provides a field named: "HTTP Base value for the HTTP request Activity and SOAP/HTTP Web Service Activity" to set the HTTP base value.
Edit the base values of the "HTTP Base Value..." and "HTTP Port Increase Value..." variables on the HTTP Port Management page.
The HTTP base port value is used to calculate derived port values for Web Services using SOAP over HTTP transport and other HTTP activities as required by your BusinessWorks project.
HTTP Port = "HTTP Base Value..." + "HTTP Port Increase Value..."* (HttpActivityNumber(1,2,3,or more)-1) + EngineInstanceValue
For example, you have a BusinessWorks project configured using two HTTP activities. The HTTP activities are running on the Engine instance whose number is 2. The "HTTP Base Value..." is the default value: 8200. The "HTTP Port IncreaseValue..." is the default value: 50.
The first port is set to 8202 which was derived from: 8200 + 50 *(1-1) + 2
The second port is set to 8252, derived from: 8200 + 50 *(2-1) + 2.
If your project uses more than 50 HTTP ports, the "HTTP Port Increase Value..." variable must greater than the number of HTTP ports.