LocalErrorPagePolicy


This type is a class for model objects.

@since 7.0.0 Enables the proxy to serve custom static pages from the local machine for error responses.

Package: proxy

Classifier ID:  -1
Instance class name:  * Unspecified *
Instance class:  * Unspecified *

Reference attributes having this type:
  ProxySettings.localErrorPagePolicy
  ProxyVirtualHostSettings.localErrorPagePolicy



Attributes Summary
handleLocalErrors : EBoolean @since 7.0.0 Enables the proxy server to serve custom error pages for error codes generated by the proxy server during request or response processing.
handleRemoteErrors : EBoolean @since 7.0.0 Enables the proxy server to server custom error page for error codes it received from remote back-end servers.
errorMappings : ErrorMapping * * No description is available *



Attribute Details

handleLocalErrors  -  @since 7.0.0 Enables the proxy server to serve custom error pages for error codes generated by the proxy server during request or response processing.
    Data Type: EBoolean
    Default value:  true
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

handleRemoteErrors  -  @since 7.0.0 Enables the proxy server to server custom error page for error codes it received from remote back-end servers.
    Data Type: EBoolean
    Default value:  false
    Required:  false
    Changeable:  true
    Unsettable:  true
    Many:  false
    Ordered:  true
    Lower bound:  0
    Upper bound:  1
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false

errorMappings  -  * No description is available *
    Reference Type: ErrorMapping *
    Containment:  true
    Container:  false
    Required:  false
    Changeable:  true
    Unsettable:  false
    Many:  true
    Ordered:  true
    Lower bound:  0
    Upper bound:  Unbounded
    Unique:  true
    Derived:  false
    Transient:  false
    Volatile:  false



(C) COPYRIGHT International Business Machines Corp. 1996-2006