Show TOC

Example documentationMinimal Configuration for the SAP Web Dispatcher Locate this document in the navigation structure

 

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 Example

  1. # 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
    
End of the code.

More Information

You can find additional information about parameterization in the following sections.

Parameterization of the SAP Web Dispatcher

Example: Profile file of a SAP Web Dispatcher