You can check the configuration of the SAP Web dispatcher to ensure that your settings will work when the dispatcher is up and running. Start the SAP Web dispatcher from the command line. The result of the check is shown in the command line. Warnings and errors are indicated.
sapwebdisp pf=PROFILE -checkconfig |
Checking SAP Web Dispatcher Configuration ========================================= |
WARNING: maximum number of sockets supported on this host (1021) less than |
configured: 8192 Checking server info file: info.icr Server info |
file "info.icr" is OK Contents of server info file: |
+---------------------+---------------------+---------+----------+ |
| instance name | hostname |HTTP port|HTTPS port| |
+---------------------+---------------------+---------+----------+ |
| sap007_SID_12 | sap007.wdf.sap.corp | 8888 | 8444 | |
| sidmain_SID_53 |sidmain.wdf.sap.corp | 8080 | 8443 | |
| sap195_SID_53 |sap195.wdf.sap-ag.de | 8080 | 8443 | |
| sap206_SID_53 | sap206.wdf.sap.corp | 8080 | 8443 | |
| sap251_SID_53 | sap251 | 50053 | 44353 | |
+---------------------+---------------------+---------+----------+ |
Checking ABAP servers with URL "/sap/public/icman/ping" : |
Checking ABAP server sap007.wdf.sap.corp:8888...OK |
Checking ABAP server sidmain.wdf.sap.corp:8080...OK |
Checking ABAP server sap195.wdf.sap-ag.de:8080...OK |
Checking ABAP server sap206.wdf.sap.corp:8080...OK |
Checking ABAP server sap251:50053...OK no server group "!J2EE" defined |
Checking group info file: group_location.txt Group info file "group_location.txt" is OK |
Contents of group info file: |
+---------------------+----------+ |
| group name | #entries | |
+---------------------+----------+ |
| !DIAG | 5 | |
| !DIAGS | 5 | |
| !ALL | 5 | |
| HTTP | 1 | |
| HTTPS | 1 | |
| HTTPSTEST | 1 | |
+---------------------+----------+ |
Checking url map file: url_location.txt |
Url map info file "url_location.txt" is OK Contents of url map file: |
+---------------------+---------------------+--------------------+ |
| URL | Group | virtual host | |
+---------------------+---------------------+--------------------+ |
| /myecho/ | | *:*;| |
| /test/ | | *:*;| |
| /sap/ | | *:*;| |
+---------------------+---------------------+--------------------+ |
Check ended with 0 errors, 1 warnings |
No comments:
Post a Comment