Show TOC

Generic Profile Parameters with Ending _<xx>Locate this document in the navigation structure

Generic profile parameters are used to specify several items, such as ports on which a software component is to receive requests.

<xx> stands for a number between 0 and 9.

Tip The indexes of ICM and SAP Web Dispatcher vector parameters do not have to be assigned sequentially, they can normally contain gaps. Exceptions are the two profile parameters icm/HTTP/server_cache and is/HTTP/virt_host. See the metadata of the respective profile parameter.

Example

Parameter icm/server_port_<xx> determines the ports with their associated protocols and timeout values, on which the ICM is to receive requests.

If you want to specify multiple ports you can set, for example:

icm/server_port_0 = PROT=HTTP, PORT=8080, TIMEOUT=15

icm/server_port_1 = PROT=SMTP, PORT=80, TIMEOUT=45, EXTBIND=1, HOST=prd.sap.de

icm/server_port_2 = PROT=HTTPS, PORT=443, TIMEOUT=15, PROCTIMEOUT=45, VCLIENT=0