Hello,
I'm following the guide SAP Web Dispatcher for Fiori Applications and I get some doubts about the ports used.
Firstly, we need to check the message server port with the FM (RSM51000_CHANGE_PARAMETER) I get ms/http_port 8102
sapwebdisp.pfl was configured with this parameters:
![PAINT.JPG]()
HOST:wddadm 141> sapwebdisp pf=sapwebdisp.pfl -checkconfig
Checking SAP Web Dispatcher Configuration
=========================================
maximum number of sockets supported on this host: 8192
Server info will be retrieved from host: HOST:8102 with protocol: http
Checking connection to message server of system ERP...OK
Retrieving server info from message server...OK
Message Server instance list of system ERP
+---------------------+---------------------+---------+----------+
| instance name | hostname |HTTP port|HTTPS port|
+---------------------+---------------------+---------+----------+
| HOST_ERP_01 |HOST.domain | 8001 | |
+---------------------+---------------------+---------+----------+
Checking ABAP servers with URL "/sap/public/icman/ping":
Checking ABAP server http://HOST.domain.com:8001...OK
Checking J2EE servers with URL "/favicon.ico":
No server group "!J2EE" defined
Retrieving group info with HTTP from server HOST.domain.com:8001...OK
Defined server groups:
+---------------------+----------+
| group name | #entries |
+---------------------+----------+
| !DIAG | 1 |
| !ALL | 1 |
| PUBLIC | 1 |
+---------------------+----------+
Retrieving url info with HTTP from server HOST.domain.com:8001...OK
Url map info file "/sap/public/icf_info/icr_urlprefix" is OK
Contents of url map file:
+---------------------+---------------------+--------------------+
| URL | Group | virtual host |
+---------------------+---------------------+--------------------+
| /rspcm_web/ | | *:*;|
| /sap_java/ | | *:*;|
| /spnego2/ | | *:*;|
| /test30/ | | *:*;|
| /spnego/ | | *:*;|
| /nwbc/ | | *:*;|
| /ui2/ | | *:*;|
| /srm/ | | *:*;|
| /sap/ | | *:*;|
| /rpr/ | | *:*;|
| /rp/ | | *:*;|
+---------------------+---------------------+--------------------+
Server info will be retrieved from host: HOST:8102 with protocol: http
Checking connection to message server of system ERP...OK
Retrieving server info from message server...OK
Message Server instance list of system ERP
+---------------------+---------------------+---------+----------+
| instance name | hostname |HTTP port|HTTPS port|
+---------------------+---------------------+---------+----------+
| HOST_ERP_01 |HOST.domain | 8001 | |
+---------------------+---------------------+---------+----------+
Checking ABAP servers with URL "/sap/public/icman/ping":
Checking ABAP server http://HOST.domain.com:8001...OK
Checking J2EE servers with URL "/favicon.ico":
No server group "!J2EE" defined
Retrieving group info with HTTP from server HOST.domain.com:8001...OK
Defined server groups:
+---------------------+----------+
| group name | #entries |
+---------------------+----------+
| !DIAG | 1 |
| !ALL | 1 |
| PUBLIC | 1 |
+---------------------+----------+
Retrieving url info with HTTP from server HOST.domain.com:8001...OK
Url map info file "/sap/public/icf_info/icr_urlprefix" is OK
Contents of url map file:
+---------------------+---------------------+--------------------+
| URL | Group | virtual host |
+---------------------+---------------------+--------------------+
| /rspcm_web/ | | *:*;|
| /sap_java/ | | *:*;|
| /spnego2/ | | *:*;|
| /test30/ | | *:*;|
| /spnego/ | | *:*;|
| /nwbc/ | | *:*;|
| /ui2/ | | *:*;|
| /srm/ | | *:*;|
| /sap/ | | *:*;|
| /rpr/ | | *:*;|
| /rp/ | | *:*;|
+---------------------+---------------------+--------------------+
Checking external servers with URL "/":
Checking external server http://HOST.domain.com:8001...ERROR: illegal OK code: 404
Impromptu CCC initialization by 'rscpCInit'.
See SAP note 1266393.
What can I check?
Regards