Hi All
I’ve run into a problem. How can I use a balancer and multiple versions of Lucy so they can all communicate with her?
Do you have any ideas?
I was copy lucee → lucee2
set lucee port 8010
all run and fine
but problem IIS not see
I have install lucee1 install with windows installer
Also i was try add settings to web.config
<!-- Load balancing settings -->
<add key="BonCodeAJP_EnableLoadBalancing" value="true" />
<add key="BonCodeAJP_LoadBalanceMethod" value="RoundRobin" /> <!-- or "LeastBusy" -->
<!-- Session stickiness (important!) -->
<add key="BonCodeAJP_EnableSessionStickiness" value="false" />
<!-- ModCFML -->
<add key="BonCodeAJP_EnableModCFML" value="true" />
<!-- Health check settings -->
<add key="BonCodeAJP_ConnectionRetries" value="3" />
<add key="BonCodeAJP_ConnectionTimeout" value="5000" />
But they not works