This type is a class for model objects.
@since 6.0.0 If not specified, defaults will apply.
Package: webserverAttributes Summary | |
WaitForContinue : EBoolean | Specifies whether to use the HTTP 1.1 100 Continue support before sending the request content to the application server. |
ConnectTimeout : EInt | Enables the plug-in to perform non-blocking connections with the application server. A value of 0 causes the plug-in to perform a blocking connect. A value greater than 0 specifies the number of seconds you want the plug-in to wait for a successful connection. If a connection does not occur after that time interval, the plug-in marks the server unavailable and fails over to one of the other servers defined in the cluster. |
MaxConnections : EInt | Specify the maximum number of pending connections to an Application Server that can be flowing through a Web server process at any point in time. A value of -1 indicates unlimited. |
ExtendedHandshake : EBoolean | Used when a proxy firewall is between the plug-in and the application server. When enabled, the plug-in performs some handshaking with the application server to ensure that it is started before sending the request. This enables the plug-in to failover in the event the application server is down. |
Role : RoleKind | * No description is available * |
ServerIOTimeout : EInt | This attribute enables the plug-in to set a time out value in seconds for sending request to and reading response from the application server. If ServerIOTimeout value is not set, plug-in by default uses blocked I/O to write request to and read response from application server until TCP connection times out. |
properties : Property * | * No description is available * |
Attribute Details |