Attributes Summary |
PluginInstallRoot : String | The fully qualified directory path in which the plugin is installed on the webserver.
|
ConfigFilename : String | The name of the plugin configuration file.
|
RefreshInterval : int | The time interval (in seconds) at which the plug-in should check the configuration file to see if updates or changes have occurred.
|
IgnoreDNSFailures : boolean | Specifies whether the plug-in ignores DNS failures within a configuration when starting.
|
ResponseChunkSize : int | Specifies the maximum chunk size (in KB) to use when reading the response body.
|
ASDisableNagle : boolean | Specifies whether the user wants to disable nagle algorithm for the connection between the plug-in and the application server.
|
IISDisableNagle : boolean | The nagle algorithm is enabled by default on Microsoft Internet Infomations Services (IIS).
|
IISPluginPriority : PluginPriorityKind | Specify the priority in which IIS webserver loads the WAS plugin.
|
AcceptAllContent : boolean | Specifies whether or not users can include content in POST, PUT, GET, and HEAD requests when a Content-Length or Transfer-encoding header is contained in the request header.
|
ChunkedResponse : boolean | Specifies whether the plug-in will chunk the response to the client if the header "Transfer-Encoding : Chunked" is present in the response.
|
LogFilename : String | The fully qualified name of the log file on the webserver to which the plug-in will write error messages.
|
LogLevel : LogLevelKind | The level of detail of the log messages that the plug-in should write to the log.
|
ESIEnable : boolean | This property can be used to disable the ESI (Edge Side Include) processor by setting the value to false.
|
ESIMaxCacheSize : int | Maximum size of the cache in 1K byte units.
|
ESIInvalidationMonitor : boolean | Specifies whether or not the ESI processor should receive invalidations from the application server.
|
AppServerPortPreference : PortPreferenceKind | Specifies the way the Application server finds the port number used in building URI's for a sendRedirect.
|
VHostMatchingCompat : boolean | Specifies the port number used for virtual host matching.
|
PluginGeneration : PluginMethodKind | Specifies whether the plugin config file should be automatically generated by the plugin config service.
|
PluginPropagation : PluginMethodKind | Specifies whether the plugin config file should be automatically propagated to the remote unmanaged webservers using IHS admin.
|
pluginServerClusterProperties : PluginServerClusterProperties |
|
properties : Property
*
|
|