An Undertow host
| Name | Dynamic | Other provider points |
|---|---|---|
| org.wildfly.undertow.host | true | none |
| org.wildfly.web.common.host | true | 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 | 404 |
| Type | INT |
| Nillable | true |
| Expressions Allowed | true |
| Min | 400 |
| Max | 599 |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | ROOT.war |
| Type | STRING |
| Nillable | true |
| Expressions Allowed | false |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | false |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Attribute | Value |
|---|---|
| Default Value | true |
| Type | BOOLEAN |
| Nillable | true |
| Expressions Allowed | true |
| Storage | configuration |
| Access Type | read-write |
| Restart Required | all-services |
| Stability | default |
| Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
|---|---|---|---|---|---|
| alias | LIST | false | true | Aliases for the host | |
| default-response-code | INT | false | true | 404 | If set, this will be response code sent back in case requested context does not exist on server. |
| default-web-module | STRING | false | false | ROOT.war | Default web module |
| disable-console-redirect | BOOLEAN | false | true | false | if set to true, /console redirect wont be enabled for this host, default is false |
| queue-requests-on-start | BOOLEAN | false | true | true | If requests should be queued on start for this host. If this is set to false the default response code will be returned instead. |