!--a11y-->
Minimal Configuration for the SAP Web
Dispatcher 
A minimal configuration file for the SAP Web Dispatcher contains the following parameters:
· SAPSYSTEMNAME
· SAPSYSTEM
· rdisp/mshost:
· ms/http_port
· icm_server_port_<xx>
The profile file would then look as follows, for example:
|
# SAPSYSTEMNAME must be set so that the default profile is # read. If not, a warning is displayed on the console. SAPSYSTEMNAME = BIN # SAPSYSTEM must be set so that the shared memory areas # can be created. # The number must be different from the other SAP instances # on the host. SAPSYSTEM = 10 # Message Server Description rdisp/mshost = binmain ms/http_port = 8081 # Description of the Access Points icm/server_port_0 = PROT=HTTP,PORT=80 icm/server_port_1 = PROT=ROUTER,PORT=443 |
See also:
You can find additional information about parameterization in the following sections.
Parameterization of
the ICM and the ICM Server Cache
The SAP Web Dispatcher Profile Parameter
Example: Profile File of a SAP Web Dispatcher
