Problem with multi-server clustering in CF2016
Does anyone have tips on getting clustering wroking across multiple servers in fully patched CF 2016? Update patch 14 added extra security to the AJP connector in the form of a secret value and it limits what addresses an AJP connector listen on, apparently. I have two servers in a cluster and I can see from the logs that server WEB01 is trying to connect to server WEB02 but the connections are refused. specifically the error is this:
ajp_connect_to_endpoint::jk_ajp_common.c (1124): (WEB02LocalClusterInstance_x.x.x.x) Failed opening socket to (x.x.x.x:8012)
The port number is correct for the WEB02 instance. In the WEB02 instance's server.xml, the connector tag has the matching secret attribute, allowedRequestAttributesPattern=".*" and I've tried various values in the address attribute, with no success.
Does anyone have any suggestions for how to troubleshoot or fix this connection issue?
Thanks
Andy
