You're not alone, but I have no solution yet.
Regards
Louis
I did find this thread on CF-Talk that mentions changing a couple of settings:
http://www.houseoffusion.com/cf_lists/messages.cfm/threadid:36878/forumid:4
HTH
Try removing the connector and reinstalling it. I have CFMX running on
FC3 with no issues. If you go into /opt/coldfusionmx/bin/connectors/
there is a script called remove_all_connectors.sh. Run this and it will
remove all the connectors. Then edit the apache_connector.sh so that the
section below is the same as this (leave the rest of the file as is):
$JAVA_EXECUTABLE -jar $CF_DIR/runtime/lib/wsconfig.jar \
-ws apache \
-dir /etc/httpd/conf \
-bin /usr/sbin/httpd \
-script /etc/init.d/httpd \
-coldfusion -v
exit $#
The run this and it will create the connector. The see if it works.
Best Regards
Andrew.