I'm trying to install ColdFusion 10 on a Red Hat Enterprise Linux 5.8 server with Apache 2.2.3. The install appears to complete with no errors. After some searching the web, I found I had to change the adobe connector shell script to use my directories instead of the bogus ones that were there. The httpd reports that the mod_jk is loaded (apachectl -M returns jk_module (shared) among other things). However, when I attempt to load a ColdFusion page, my web server says "503 Service Temporarily Unavailable". I've look in the log files for httpd and for ColdFusion and see nothing amiss, but I am new to this ColdFusion.
It appears my Apache httpd is not communicating with the ColdFusion process, which is listening on ports:
TCP *:8012
TCP localhost.localdomain:8007
TCP *:7995
TCP *:6085
TCP *:8575
TCP *:1243
Any suggestions?
Danial for bannock21