Metrics Engine Documentation Index
Configuration Reference Home

HTTP Configuration

The HTTP Configuration provides the configuration for the Metrics Engine HTTP service.

A single HTTP Configuration is defined for the Metrics Engine for global properties of the service. Other related configuration objects include HTTP Connection Handlers, HTTP Servlet Extensions, and Web Applications Extensions.

Relations from This Component
Properties
dsconfig Usage

Properties

The properties supported by this managed object are as follows:


Basic Properties: Advanced Properties:
↓ include-stack-traces-in-error-pages  None

Basic Properties

include-stack-traces-in-error-pages

Description
Indicates whether exceptions thrown by servlet or web application extensions will be included in the resulting error page response. Stack traces can be helpful in diagnosing application errors, but in production they may reveal information that might be useful to a malicious attacker.
Default Value
true
Allowed Values
true
false
Multi-Valued
No
Required
No
Admin Action Required
None. Modification requires no further action


dsconfig Usage

To view the HTTP Configuration configuration:

dsconfig get-http-configuration-prop
     [--tab-delimited]
     [--script-friendly]
     [--property {propertyName}] ...

To update the HTTP Configuration configuration:

dsconfig set-http-configuration-prop
     (--set|--add|--remove) {propertyName}:{propertyValue}
     [(--set|--add|--remove) {propertyName}:{propertyValue}] ...