I have two Wildfly 9 nodes running in standalone mode.
192.168.1.34 - node1 - Listening on 8080
192.168.1.35 - node2 - Listening on 8080
192.168.1.33 - myserver - Listening on 8080
I want to load-balance between the two nodes so that requests coming into myserver get split between the two nodes. I'm new to Wildfly but I see many references to built-in mod_cluster.
What is the simplest way to load-balance between multiple JBoss nodes?