rebooted server and get the same error when accessing the sac page.
here is the selinux config file:
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
Here is the mod_jk.log file:
Code: Select all
[Sat Mar 11 21:05:22 2006] [info] jk_open_socket::jk_connect.c (444): connect to 10.86.225.60:8009 failed with $
[Sat Mar 11 21:05:22 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (10.$
[Sat Mar 11 21:05:22 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat proc$
[Sat Mar 11 21:05:22 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recov$
[Sat Mar 11 21:05:22 2006] [info] jk_open_socket::jk_connect.c (444): connect to 10.86.225.60:8009 failed with $
[Sat Mar 11 21:05:22 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (10.$
[Sat Mar 11 21:05:22 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat proc$
[Sat Mar 11 21:05:22 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recov$
[Sat Mar 11 21:05:22 2006] [info] jk_open_socket::jk_connect.c (444): connect to 10.86.225.60:8009 failed with $
[Sat Mar 11 21:05:22 2006] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (10.$
[Sat Mar 11 21:05:22 2006] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat proc$
[Sat Mar 11 21:05:22 2006] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recov$
[Sat Mar 11 21:05:22 2006] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is pr$
[Sat Mar 11 21:05:22 2006] worker1 10.86.225.60 0.029604
[Sat Mar 11 21:05:22 2006] [info] jk_handler::mod_jk.c (1971): Service error=0 for worker=worker1
It keeps giving the error connecting to Tomcat.