I’ve looked through other threads, adjusted settings but receiving an issue when we modify the ajp settings file.
Generic Connector Communication Error:
Please check and adjust your setup:
Ensure that Tomcat is running on given host and port.
If this is a timeout error consider adjusting IIS timeout by changing executionTimeout attribute in web.config (see manual). [2023-02-21 10:48:47 ]
Here is our BonCodeAJP13.settings file
The error did not exist until we added
1000
65536
600000
We also adjusted the IIS Idle Timeout = 2 in the application pool from what we read online. The site is extremely fast now compared to when we did not have maxconnections, packetsize and connectiontimeout.
However, we get this timeout occasionally and not sure why. There is nothing in the lucee logs, etc. Is there a mismatch between the web.config file which we also added?
</system.webServer>
<system.web>
<httpRuntime executionTimeout="600" />
<customErrors mode="Off"/>
</system.web>