You can configure the application startup settings.
Setting a limit in the Web Console
In the Web Console, you can configure the application startup settings in the policy properties (Application settings → General settings → Application settings, Application startup settings section).
Application startup settings
Setting |
Description |
---|---|
Maximum consecutive unsuccessful attempts to start the application |
The input field for the maximum number of consecutive unsuccessful attempts to start the application. Default value: 5. |
Maximum time to wait for application start (min) |
The input field for the maximum time to wait for the application to start (in minutes), after which the kesl process will be restarted. Default value: 3. |
Setting a limit in the Administration Console
In the Administration Console, you can configure the application startup settings in the policy properties (General settings → Application settings, Application startup settings section).
Under Application startup settings, clicking the Configure button opens the Application startup settings window, in which you can edit the application startup settings (see the table below).
Application startup settings
Setting |
Description |
---|---|
Maximum consecutive unsuccessful attempts to start the application |
The input field for the maximum number of consecutive unsuccessful attempts to start the application. Default value: 5. |
Maximum time to wait for application start (min) |
The input field for the maximum time to wait for the application to start (in minutes), after which the kesl process will be restarted. Default value: 3. |
Setting a limit on the command line
In the command line, you can configure application startup settings using the MaxRestartCount
and StartupTimeout
settings in the kesl.ini configuration file.
The MaxRestartCount
setting lets you set the maximum number of unsuccessful consecutive attempts to start the application. The setting can take values from 1 to 10. Default value: 5.
The StartupTimeout
setting lets you set the maximum time to wait for the application to start (in minutes), after which the kesl process will be restarted. The setting can take values from 1 to 60. Default value: 3.