Administer > System configuration parameters > Connection parameters > Startup parameter: connectionTimeout

Startup parameter: connectionTimeout

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

connectionTimeout

Description

This parameter defines the number of milliseconds that the server waits for a Service Manager client request before the server assumes that the client connection has timed out and closes the connection.

  • The timeout limit for the connectionTimeout parameter should be longer than that for the webservices_sessiontimeout parameter. Otherwise, the client session could not be reused. It is recommended that you set the value of the connectionTimeout parameter no less than 60000 milliseconds.
  • A value that is 30 seconds shorter than the value of the connectionTimeout parameter is automatically applied for the timeout limit of a web service if the Service Manager connection is kept alive.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

60000

Possible values

At least 45000

Example usage

Command line: sm -httpPort:13080 -connectionTimeout:80000

Initialization file: connectionTimeout:80000

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

Client parameters for Windows clients

Startup parameter: webservices_sessiontimeout