This type is a class for model objects.
Webserver plugin properties. @since 6.0.0
Package: webserverAttributes Summary | |
PluginInstallRoot : EString | The fully qualified directory path in which the plugin is installed on the webserver. |
ConfigFilename : EString | The name of the plugin configuration file. |
RefreshInterval : EInt | The time interval (in seconds) at which the plug-in should check the configuration file to see if updates or changes have occurred. |
IgnoreDNSFailures : EBoolean | Specifies whether the plug-in ignores DNS failures within a configuration when starting. The default value is false, and DNS failures will prevent the plug-in from loading. |
ResponseChunkSize : EInt | Specifies the maximum chunk size (in KB) to use when reading the response body. |
ASDisableNagle : EBoolean | Specifies whether the user wants to disable nagle algorithm for the connection between the plug-in and the application server. |
IISDisableNagle : EBoolean | The nagle algorithm is enabled by default on Microsoft Internet Infomations Services (IIS). This attribute can be used to disable the nagle algorithm. |
IISPluginPriority : PluginPriorityKind | Specify the priority in which IIS webserver loads the WAS plugin. The default value is HIGH. |
AcceptAllContent : EBoolean | 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. It can be set to true if content is to be expected and read for all requests. By default, content is to be expected and read for POST and PUT requests only. |
ChunkedResponse : EBoolean | Specifies whether the plug-in will chunk the response to the client if the header "Transfer-Encoding : Chunked" is present in the response. This attribute applies to the following webservers: IIS, IPlanet, and Domino. IHS webserver automatically handles the chunking of the response to the client. |
LogFilename : EString | 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. You can specify one of the following values for this attribute: Trace - All of the steps in the request process are logged in detail. Stats - The server selected for each request and other load balancing information relating to request handling is logged. Warn - All warning and error messages resulting from abnormal request processing are logged. Error - Only error messages resulting from abnormal request processing are logged. |
ESIEnable : EBoolean | This property can be used to disable the ESI (Edge Side Include) processor by setting the value to false. ESI is enabled by default. |
ESIMaxCacheSize : EInt | Maximum size of the cache in 1K byte units. The default maximum size of the cache is 1 megabyte. If the cache is full, the first entry to be evicted from the cache is the entry that is closest to expiration. |
ESIInvalidationMonitor : EBoolean | 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. It can be the port number from the host header of the http request coming in, or the port number that the web server received the request on. The default is "webserverPort". Other option is "hostHeader". |
VHostMatchingCompat : EBoolean | Specifies the port number used for virtual host matching. When this attribute is enabled, matching is done physically by using the port number for which the request was received. Otherwise, matching is done logically by using the port number from the host header. The default is false. |
PluginGeneration : PluginMethodKind | Specifies whether the plugin config file should be automatically generated by the plugin config service. By default, the plugin config file is not automatically generated. |
PluginPropagation : PluginMethodKind | Specifies whether the plugin config file should be automatically propagated to the remote unmanaged webservers using IHS admin. The plugin config file is progagated by the plugin config service after being generated automatically. By default, the plugin config file is not automatically propagated to the remote unmanaged node. |
KeyRingFilename : EString | Name of the key ring database file used for making SSL connection to the application server. |
RemoteConfigFilename : EString | The fully qualified directory path and file name of the plug-in configuration file on the webserver box |
RemoteKeyRingFilename : EString | The fully qualified directory path and file name of the key ring darabase file on the webserver box |
pluginServerClusterProperties : PluginServerClusterProperties @ | * No description is available * |
properties : Property * | * No description is available * |
Attribute Details |