Minimal Configuration for the SAP Web Dispatcher
A minimal configuration file for the SAP Web Dispatcher contains the following parameters:
SAPSYSTEM
rdisp/mshost
ms/http_port
icm_server_port_<xx>
The profile file would then look as follows, for example:
Example
# SAPSYSTEM muss gesetzt werden, damit die shared memory Bereiche
# angelegt werden koennen.
# Die Nummer muss sich von anderen SAP Instanzen auf dem Rechner
# unterscheiden
SAPSYSTEM = 10
# Beschreibung des Message Servers
rdisp/mshost = binmain
ms/http_port = 8081
# Beschreibung der Zugangspunkte
icm/server_port_0 = PROT=HTTP,PORT=80
icm/server_port_1 = PROT=ROUTER,PORT=443
You can find additional information about parameterization in the following sections.