I am trying to switch our current configuration from Apache/Tomcat/Mod_Jserv
to
Apache/Tomcat/Mod_Jk. I obtained the source files and built mod_jk.so.
I removed the include of JServ.
I have a few questions and a problem. When tomcat starts up it generates
mod_jk.conf-auto. Where do I put customized JKMounts?
It appears that Apache is starting ok but not sure if Tomcat is. in the
mod_jk.log
I am getting
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
I have read the docs and don't see what I am missing.
Please help!