- 
        1. Re: How to use wildfly(undertow) as load balancer in domain mode without using Apache httpd?emeuwese Dec 5, 2018 6:09 AM (in response to gipathak)1 of 1 people found this helpfulI think what is shown in youtube video also works with a domain configuration. One server-group needs to get the load-balancer profile and load-balancer sockets in domain.xml. And the server in that group in host.xml needs to have auto-start=true so the loadbalancer starts. And for the profiles you need to do the same what is shown in the video. Config modcluster, security-key, ports, etc. 
- 
        2. Re: How to use wildfly(undertow) as load balancer in domain mode without using Apache httpd?gipathak Dec 5, 2018 8:31 PM (in response to emeuwese)Thanks Erik , I will try this and update back here. 
- 
        3. Re: How to use wildfly(undertow) as load balancer in domain mode without using Apache httpd?gipathak Dec 11, 2018 4:19 AM (in response to gipathak)Hi Erik Thanks! it worked I followed the steps mentioned in youtube link. 
- 
        4. Re: How to use wildfly(undertow) as load balancer in domain mode without using Apache httpd?rafaelalcaide Aug 26, 2019 6:27 AM (in response to gipathak)I'm trying to do the same thing but I'm stuck. For now, i've successfuly created a cluster on three VMs with a master and two slaves in domain mode. Everything works fine except for the load balancer. I didn't found updated docs to get the job done, tried some stuff but nothing worked. This is the topology: (IPs, naming and all stuff are a mess, it's just a first approach) Apps and persistence units are deployed and configured on master and replicated to slaves by the master, and context is accesible on all servers. But if I try to get the context on port 80 (load balancer), all I got is a 404. Also, it doesn't show the "welcome to WildFly" startup page for no-context requests. 
- 
        5. Re: How to use wildfly(undertow) as load balancer in domain mode without using Apache httpd?rafaelalcaide Aug 26, 2019 6:56 AM (in response to gipathak)loadbalancer-host throws this warn on startup: No routing provider found for default-server; using legacy provider based on static configuration 
 
     
     
    