Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

CF8 and SunOne 7

Guest
Mar 11, 2008 Mar 11, 2008
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.
327
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 27, 2008 Mar 27, 2008
LATEST
We had a similar problem with .cfm's being displayed as plain text. We are Solaris, not Red Hat. Make sure your Sun One is 64 bit and you installed ColdFusion 64 bit. I see you used the 64 bit switch on the connector.

I followed this article and finally got our .cfm's to display. Hope it gives you some ideas.
http://forum.java.sun.com/thread.jspa?threadID=5189431
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources