Start of Content Area

This graphic is explained in the accompanying text Example: Profile File of a SAP Web Dispatcher Locate the document in its SAP Library structure

A SAP Web Dispatcher’s profile file could be as follows:

In addition to the parameters that are only valid for the SAP Web Dispatcher, there are the ICM parameters that are also valid for the SAP Web Dispatcher.

# 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               = 66

# Message Server Description

rdisp/mshost            = binmain

ms/http_port            = 8081

# SAP Web Dispatcher Parameters

wdisp/auto_refresh      = 120

wdisp/max_servers       = 100

# Parameters for the HTTPS Routing

wdisp/HTTPS/dest_logon_group        = HTTPS

wdisp/HTTPS/max_client_ip_entries   = 100000

wdisp/HTTPS/sticky_mask             = 255.255.255.0

# Description of the Access Points

icm/server_port_0       = PROT=HTTP,PORT=80

icm/server_port_1       = PROT=ROUTER,PORT=443

# Description of the Resources

icm/min_threads         = 20

icm/max_threads         = 40

icm/max_conn            = 500

# Communication Buffer

mpi/total_size_MB       = 100

mpi/buffer_size         = 65536

 

See also:

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

Structure linkParameterization of the ICM and the ICM Server Cache

The SAP Web Dispatcher Profile Parameter

 

 

End of Content Area