Load balancing an IIS/Lucee install

It’s been so long since I worked with Lucee but what we did was use a standard LB with HA setup to use sticky sessions. We had to use port 8888 as the health port to take inactive servers out of rotation. There is a way to use non-sticky sessions as well but we never implemented that. If you look at this thread you will also see the required Tomcat config needed. I hope this helps.