Configuration of the server's HTTP management interface
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.management.http.extensible | false | none |
| org.wildfly.management.http-interface | false | none |
| Attribute | Value |
|---|---|
| Type | LIST |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 50 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | community |
| Attribute | Value |
|---|---|
| Default Value | 100 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | community |
| Attribute | Value |
|---|---|
| Default Value | 75 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | community |
| Attribute | Value |
|---|---|
| Default Value | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | LIST |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | OBJECT |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | 60000 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Unit | MILLISECONDS |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | resource-services |
| Stability | community |
| Attribute | Value |
|---|---|
| Default Value | remote |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Type | STRING |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Capability reference | |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| allowed-origins | LIST | false | true | Comma separated list of trusted Origins for sending Cross-Origin Resource Sharing requests on the management API once the user is authenticated. | |
| backlog | INT | false | true | 50 | The maximum number of pending connections on the socket. |
| connection-high-water | INT | false | true | 100 | The maximum number of connections that can be open at any one time. |
| connection-low-water | INT | false | true | 75 | The number of connections that the open count must reduce to before the connection-high-water level is reset. |
| console-enabled | BOOLEAN | false | true | true | Flag that indicates admin console is enabled |
| constant-headers | LIST | false | false | The set of constant HTTP headers to apply to response messages. | |
| http-authentication-factory | STRING | false | false | The authentication policy to use to secure the interface for normal HTTP requests. | |
| http-upgrade | OBJECT | false | false | HTTP Upgrade specific configuration | |
| http-upgrade-enabled | BOOLEAN | false | false | Flag that indicates HTTP Upgrade is enabled, which allows HTTP requests to be upgraded to native remoting connections | |
| no-request-timeout | INT | false | true | 60000 | The maximum time in milliseconds a connection can be idle without a HTTP request before it is closed. |
| sasl-protocol | STRING | false | true | remote | The name of the protocol to be passed to the SASL mechanisms used for authentication. |
| secure-socket-binding | STRING | false | false | The name of the socket binding configuration to use for the HTTPS management interface's socket. When defined at least one of ssl-context or security-realm must also be defined. | |
| server-name | STRING | false | true | The name of the server used in the initial Remoting exchange and within the SASL mechanisms. | |
| socket-binding | STRING | false | false | The name of the socket binding configuration to use for the HTTP management interface's socket. | |
| ssl-context | STRING | false | false | Reference to the SSLContext to use for this management interface. |