PluginServerClusterProperties

These properties apply to all ServerCluster elements in the webserver plug-in file.@since 6.0.0



Attributes Summary
LoadBalance : LoadBalanceKindThe load balancing option used by the plug-in.
RetryInterval : intThe length of time (in seconds) that should elapse from the time that a server is marked down to the time that the plug-in will retry a connection.
RemoveSpecialHeaders : booleanThe plug-in adds special headers to the request before it is forwarded to the application server.
CloneSeparatorChange : booleanSome pervasive devices cannot handle the colon character (:) used to separate clone IDs in conjunction with session affinity.
PostSizeLimit : intThe maximum number of bytes of request content allowed in order for the plug-in to attempt to send the request to an application server.

Attribute Details

LoadBalance    -    The load balancing option used by the plug-in.
     data type: LoadBalanceKind
     default Value:   ROUND_ROBIN
     Allowed Values:  ROUND_ROBIN   RANDOM  



RetryInterval    -    The length of time (in seconds) that should elapse from the time that a server is marked down to the time that the plug-in will retry a connection.
     data type:  int
     default Value:   60



RemoveSpecialHeaders    -    The plug-in adds special headers to the request before it is forwarded to the application server. By default the plug-in will remove these headers from incoming requests before adding the headers it is supposed to add. Setting the attribute to false introduces a potential security exposure by not removing headers from incoming requests.
     data type: boolean
     default Value:   true
     Allowed Values:  true   false  



CloneSeparatorChange    -    Some pervasive devices cannot handle the colon character (:) used to separate clone IDs in conjunction with session affinity. This attribute tells the plug-in to expect the plus character (+) as the clone separator. You must change application server configurations so that an application server separates clone IDs with the plus character as well.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



PostSizeLimit    -    The maximum number of bytes of request content allowed in order for the plug-in to attempt to send the request to an application server. If a request is received that is greater than this size, the plug-in fails the request. By default, there is no limit (-1).
     data type:  int
     default Value:   -1


Copyright IBM Corp. 1997-2004