Wildfly / Undertow : Multiple aliases for one host

user1930502

In standalone/configuration/standalone-full.xml, I've declared the following host, that works

<host name="webhost" alias="gateway.example.com" />

When I try to add another alias, I'm given Error 404.

<host name="webhost" alias="gateway.example.com www.gateway.example.com"/>

The DOCUMENTATION says list of aliases is whitespace separated.

Tomaz Cerar

There was a bug in documentation. It is comma separated list of hosts not white space separated.

example would be

<host name="default-host" alias="localhost, some.host" >

I also fixed documentation to to address this

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Hosting multiple domains with WildFly (Undertow)

From Dev

Wildfly domain configuration - multiple servers on one host?

From Dev

Wildfly vs undertow embedded performances

From Dev

Multiple aliases on one-line Python import

From Dev

Apache Solr Cloud - One aliases for Multiple Collection

From Dev

How to configure multiple SSL certs on Apache virtual host with aliases?

From Dev

Multiple wordpress sites at one host

From Dev

WildFly -> Undertow -> mapping subdomain to war file not working

From Dev

What is causing this WildFly / Undertow broken pipe error?

From Dev

WildFly -> Undertow -> mapping subdomain to war file not working

From Dev

Creating virtual hosts in Wildfly/Undertow programmatically

From Dev

wildfly/undertow access to windows certificate store

From Dev

Point multiple domain to one virtual host in Nginx

From Dev

Point multiple domain to one virtual host in Nginx

From Dev

Host multiple DNN sites on one domain

From Dev

Hosting multiple services within one service host?

From Dev

Host Multiple Domains on One Server/IP

From Dev

Transferring multiple files from one host to another

From Dev

Spring Boot on WildFly (or Undertow): Servlet Filter's orders are reversed

From Dev

File Upload and acceptable Error Handling on Undertow/Wildfly wth Spring Boot

From Dev

Multiples aliases for one command

From Dev

Laravel multiple route aliases

From Dev

Multiple aliases for a namespace?

From Dev

Creating multiple temporary aliases

From Dev

Using aliases with multiple filters

From Dev

Multiple aliases with QuerydslBinderCustomizer

From Dev

Is it ok to host multiple sites on a server with one IP address?

From Dev

How to host multiple dockerized websites (ngnix) in one ip address?

From Dev

Can Docker map multiple container ports to one host port?

Related Related

  1. 1

    Hosting multiple domains with WildFly (Undertow)

  2. 2

    Wildfly domain configuration - multiple servers on one host?

  3. 3

    Wildfly vs undertow embedded performances

  4. 4

    Multiple aliases on one-line Python import

  5. 5

    Apache Solr Cloud - One aliases for Multiple Collection

  6. 6

    How to configure multiple SSL certs on Apache virtual host with aliases?

  7. 7

    Multiple wordpress sites at one host

  8. 8

    WildFly -> Undertow -> mapping subdomain to war file not working

  9. 9

    What is causing this WildFly / Undertow broken pipe error?

  10. 10

    WildFly -> Undertow -> mapping subdomain to war file not working

  11. 11

    Creating virtual hosts in Wildfly/Undertow programmatically

  12. 12

    wildfly/undertow access to windows certificate store

  13. 13

    Point multiple domain to one virtual host in Nginx

  14. 14

    Point multiple domain to one virtual host in Nginx

  15. 15

    Host multiple DNN sites on one domain

  16. 16

    Hosting multiple services within one service host?

  17. 17

    Host Multiple Domains on One Server/IP

  18. 18

    Transferring multiple files from one host to another

  19. 19

    Spring Boot on WildFly (or Undertow): Servlet Filter's orders are reversed

  20. 20

    File Upload and acceptable Error Handling on Undertow/Wildfly wth Spring Boot

  21. 21

    Multiples aliases for one command

  22. 22

    Laravel multiple route aliases

  23. 23

    Multiple aliases for a namespace?

  24. 24

    Creating multiple temporary aliases

  25. 25

    Using aliases with multiple filters

  26. 26

    Multiple aliases with QuerydslBinderCustomizer

  27. 27

    Is it ok to host multiple sites on a server with one IP address?

  28. 28

    How to host multiple dockerized websites (ngnix) in one ip address?

  29. 29

    Can Docker map multiple container ports to one host port?

HotTag

Archive