We are in the process of upgrading our CF servers to CF8 from
CF7MX. We downloaded, installed (multi-server), and configured an
instance in the CF Administrator on port 8300 on RedHat EL 4
64-bit. We then downloaded and installed SunOne 7, configured a new
virtual server, disabled Java, and copied over a doc directory from
our CF7 server. The SunOne server starts properly and we can view
the .cfm files as plantext, html files correctly etc. We then start
the new CF instance (/opt/jrun4/bin/jrun -start cf-instancename),
and create a CF connector using wsconfig:
/opt/jrun4/bin/wsconfig -server cf-instancename -ws sunone
-dir /opt/sun/webserver7/https-server-instance/config/ -map
.cfm,.cfc,.cfml,.jsp,.jws -coldfusion -v -ws64
Everything runs through properly, the libjrun_nsapi.so is
installed in /opt/jrun4/lib/wsconfig/1 and the obj.conf and
magnus.conf look like they're setup in accordance with
http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Part_1_Installing_1.html
When we try to load a .cfm page however it still shows up as
plaintext. Restarting the cfusion instance and webserver don't make
a difference, and I'm not seeing anything in the logs that would
day error. I'm attaching the relevant config files and logs.
I followed livedocs and believe I set this up right, but I'm
not sure why it's refusing to parse .cfm files. If anyone can point
me in the right direction I'd appreciate it, thank you.