Adobe provided Isapi_redirect.dll connection to standalone Tomcat Server
We have an old but important website that we are in the process of bringing into the 21st century. The front-end is IIS with multiple backend servers including Cold Fusion and a standalone Tomcat 8.5 running with java 7 on Linux. This configuration is working fine with the current configuration using Cold Fusion 9 and the corresponding isapi_redirect.dll provided with CF9.
As soon as we upgrade to anything newer than CF9, connections to the standalone Tomcat servers through isapi_redirect start to fail. Packet captures seem to indicate that there is significantly more data being sent to AJP from the newer isapi_redirect than before. We have tried using all versions of isapi_redirect from Adobe newer than CF9 and they all fail to talk nice to a tomcat server. Alternatively, if we use the isapi_redirect from the apache foundation, tomcat works, but Cold Fusion fails.
It certainly appears that Adobe has made customizations to their version of isapi_redirect that are incompatible with standard AJP, but we can't be sure. It may simply be that our current tomcat configuration needs to be modified in such a way to be able to talk nice to the Adobe provided connector. Due to the use of site auth tokens and various other integrations, separating out these backends using redirects, iframes, or other similar tactics is not an easy task, so using multiple connectors in IIS is not feasible.
Is anyone aware of a configuration where the current Adobe provided isapi connector can connect via AJP to a standalone Tomcat server?
