cancel
Showing results for 
Search instead for 
Did you mean: 

ICM Paramaters - 0, 1, 2,...

Former Member
0 Kudos

When setting ICM paramaters such as:

icm/plugin_0 ___________ PROT=HTTPS, PLG=/usr/sap/DNX/SYS/exe/run/httpplugin.sl

and

icm/server_port_2 ___________ PROT=HTTPS,PORT=1443

Should the numbers for each protocol match (i.e. in the above example where I have 0 and 2 but both for HTTPS), or does it not matter?

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185954
Active Contributor
0 Kudos

icm/plugin_<xx>

This parameter is used to specify the protocols supported by the ICM.

<xx> must be specified in ascending order from 0. A protocol is specified by the name of the protocol (for example, HTTP, HTTPS) and a shared library (plug-in) for the protocol. The plug-in can be associated with the parameter icm/server_port_<xx> at one or several ports.

The icm/server_port_xx could be something like.

icm/server_port_0 = PROT=HTTP, PORT=1080

icm/server_port_1 = PROT=HTTPS, PORT=1443

icm/server_port_2 = PROT=SMTP, PORT=1025

I hope you got the point.

Regards,

Siddhesh