mod_jk losing connection to tomcat mod_jk losing connection to tomcat apache apache

mod_jk losing connection to tomcat


Turns out the answer was to change the keepalive timeout. All I needed to stop this from happening was to change the KeepAliveTimeout from 15 to 2 and add MaxRequestsPerChild of 5000. I found this stopped this issue from recurring