Annie,
It seems like your configuration of Apache must have been overwritten somehow. The connector doesn’t seem to be involved anymore, which means that Apache does not know what to do with the files. You should perhaps have a look at your Apache configuration files that define the module used when invoking .cf* files.
Have a look here (especially the Apache stuff)
http://blog.stannard.net.au/2010/04/15/setting-up-a-railo-website-in-ubuntu-apache-tomcat/
This is for Windows but it still applies to Apache
http://web-rat.com/blog/post.cfm/installing-railo-on-tomcat-the-windows-edition
Question is: how have you set up Railo for this box?
Let us know whether something from the blogs worked for you. I am sure that Jordan will chime in here, but since he lives on the West Coast, it might be a while J
Greetings from Switzerland
Gert Franz
Railo Technologies Professional Open Source
skype: gert.franz ge...@getrailo.com
+41 76 5680 231 www.getrailo.com
<IfModule !mod_jk.c>
LoadModule jk_module /usr/local/apache/modules/mod_jk.so
</IfModule>
<IfModule mod_jk.c>
JkMount /*.cfm ajp13
JkMount /*.cfc ajp13
JkMount /*.do ajp13
JkMount /*.jsp ajp13
JkMount /*.cfchart ajp13
JkMount /*.cfres ajp13
JkMount /*.cfm/* ajp13
JkMount /*.cfml/* ajp13
# Flex Gateway Mappings
# JkMount /flex2gateway/* ajp13
# JkMount /flashservices/gateway/* ajp13
# JkMount /messagebroker/* ajp13
JkMountCopy all
JkLogFile /usr/local/apache/logs/mod_jk.log
</IfModule>
Thanks for the help!
Annie