Parameter: jgroupstcp

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

jgroupstcp

Description

This parameter determines whether Service Manager Jgroups run on Transmission Control Protocol (TCP) or on User Datagram Protocol (UDP) .

When the value of the parameter is set to 1, JGroups run on TCP. When the value is set to 0, JGroups run on UDP.

Valid if set from

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

0

Possible values

0 (UDP)

1 (TCP)

Example usage

jgroupstcp:1

Related topics

Servlet implementation
System parameters

Related topics

Enter a parameter in the sm.ini file

Configure Jgroups to use TCP in a horizontally-scaled environment

Configure Jgroups to use TCP in a vertically-scaled environment

Related topics

Servlet parameters