WebserverPluginSettings

@since 6.0.0If not specified, defaults will apply.



Attributes Summary
WaitForContinue : booleanSpecifies whether to use the HTTP 1.
ConnectTimeout : intEnables the plug-in to perform non-blocking connections with the application server.
MaxConnections : intSpecify the maximum number of pending connections to an Application Server that can be flowing through a Web server process at any point in time.
ExtendedHandshake : booleanUsed when a proxy firewall is between the plug-in and the application server.
Role : RoleKind  
properties : Property *  

Attribute Details

WaitForContinue    -    Specifies whether to use the HTTP 1.1 100 Continue support before sending the request content to the application server.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



ConnectTimeout    -    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.
     data type:  int
     default Value:   0



MaxConnections    -    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.
     data type:  int
     default Value:   -1



ExtendedHandshake    -    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.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



Role    -     
     data type: RoleKind
     default Value:   PRIMARY
     Allowed Values:  PRIMARY   BACKUP  



properties    -     
     data type: Property*


Copyright IBM Corp. 1997-2004