You can use custom properties modify the middleware agent configuration. You can use these settings to configure timeout values for the middleware agent.
These custom properties can each be set at a level that is indicated in the custom property description. To set the custom property, navigate to the level at which you want to set the custom property and click Custom properties. You can then indicate the name and value of the custom property.
The ServerStartupTimeoutMillis custom property specifies the amount of time that the middleware agent waits, during the middleware server startup, before the middleware agent times out and stops trying to start the server. If the middleware server starts before the timeout value, the agent stops waiting and continues with the startup processing.
Scope | This custom property can be set at the cell, node, or server level. |
---|---|
Default | 75000 (75 seconds) |
Units | milliseconds |
The ServerShutdownTimeoutMillis custom property specifies the amount of time that the middleware agent uses to determine whether a server has successfully stopped.
Scope | This custom property can be set at the cell, node, or server level. |
---|---|
Default | 75000 (75 seconds) |
Units | milliseconds |
The MiddlewareAgentProcessScanIntervalMillis custom property specifies a time interval at which the middleware agent scans the configured servers to reestablish monitors for all the running middleware servers. If you set the value to zero, the repeated scans are disabled.
Scope | This custom property can be set at the cell or node level. |
---|---|
Default | 60000 (60 seconds, or one minute) |
Units | milliseconds |
The ServerInitializedTimeoutMillis custom property is used to configure the middleware server initialization time. After a middleware server starts, it takes additional time to initialize. If the middleware agent reports that the middleware server has started too soon, HTTP requests that are directed to that middleware server might fail. You can use this custom property so that the middleware agent does not report that the server has started for a fixed period.
Scope | This custom property can be set at the cell, node, or server level. |
---|---|
Default | 30000 (30 seconds) |
Units | milliseconds |