Hello,
I am trying to intergrate tomcat and apache to user my apache port to run my application registered in tomcat.
Here are the steps I have taken,
1. Enabled Apache to recognise DSO.
2. Created mod_jk.so and copied under
/Apache1.3/libexec
3. Included /tomcat/conf/mod_jk.conf-auto in httpd.conf file.
4. Brought tomcat and apache up.
5. I am able to run my application successfully using my tomcat port "7987"
6. My Ajp12ConnectionHandle port is set to "7988" and Ajp13ConnectionHandle to "7988".
7. When I try to launch my application using my apache port of "8023", I get
"Internal Server Error"
my mod_jk.log shows following error message
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 239
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
Your Help will be greatly appreciated.
Thanks
I am trying to intergrate tomcat and apache to user my apache port to run my application registered in tomcat.
Here are the steps I have taken,
1. Enabled Apache to recognise DSO.
2. Created mod_jk.so and copied under
/Apache1.3/libexec
3. Included /tomcat/conf/mod_jk.conf-auto in httpd.conf file.
4. Brought tomcat and apache up.
5. I am able to run my application successfully using my tomcat port "7987"
6. My Ajp12ConnectionHandle port is set to "7988" and Ajp13ConnectionHandle to "7988".
7. When I try to launch my application using my apache port of "8023", I get
"Internal Server Error"
my mod_jk.log shows following error message
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 239
[jk_ajp12_worker.c (152)]: In jk_endpoint_t::service, Error sd = -1
Your Help will be greatly appreciated.
Thanks