Show TOC

Example documentationExample: Profile File of a SAP Web Dispatcher Locate this document in the navigation 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.

# 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

# Directory variables

DIR_EXECUTABLE = .

DIR_INSTANCE = .

# 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

iicm/min_threads = 20

icm/max_threads = 40

icm/max_conn = 500

# Communication Buffer

mpi/total_size_MB = 100

mpi/buffer_size = 65536

More Information

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

Parameterization of the ICM and the ICM Server Cache

Profile Parameters of the SAP Web Dispatcher