cancel
Showing results for 
Search instead for 
Did you mean: 

How to decide webdispatcher's port number?

Former Member
0 Kudos

I see too many port numbers in the webdisp profiles.

Please help tell which is the port for the webdispatcher.

Thanks! Points guaranteed.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

According to this link, http://help.sap.com/saphelp_nw70/helpdata/en/42/5cfd3b0e59774ee10000000a114084/frameset.htm ,

Port, on which the HTTP(s) requests are to be received (parameter icm/server_port_<xx>) looks like

<b>icm/server_port_0 = PROT=HTTP,PORT=80</b>

So the Web dispatcher port is the Http Port. The other port in the profile is Message Server port (ms/..). That is the port which is used to communicate between web dispatcher and message server.

Regards,

Harini S

Former Member
0 Kudos

Hi

Check sapwebdisp.pfl for HTTP port:

  1. SAP Web Dispatcher Ports

icm/server_port_0 = PROT=HTTP,PORT=80

Hope this clarifies your question.

Regards

Chandu

Former Member
0 Kudos

Hi,

HTTP port number for Web dispatcher is the port by which you can access the Web Dispatcher.

How did you install Web Dispatcher? If you have installed using "sapwebdisp -bootstrap", then it will ask you for the http port number.

Regards

Chandu