[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] ColdFusion MX install tip



hey!

Just installed CFMX on a RaQ4 with up-to-date patches (as of 7-10, anyways)
and had a fun time in the meanwhile ;)

The CFMX install DOES occasionally corrupt your local httpd.conf for some
forsake reason. Before installing CFMX make a backup of your httpd.conf.
Usually the error lies in the SSL section and that's easy to fix but if you
do install CFMX and you get a ton of error messages, run diff on your backed
up httpd.conf and the new one - you'll more than likely see differences in
how the file is.

As far as I can tell for now, this is all that CFMX adds to the httpd.conf:

##Alias /btauxdir "/opt/coldfusion/cfam/btauxdir"
# JRun Settings
LoadModule jrun_module
/home/opt/coldfusionmx/runtime/lib/wsconfig/1/mod_jrun.so
<IfModule mod_jrun.c>
    JRunConfig Verbose false
    JRunConfig Apialloc false
    JRunConfig Ssl false
    JRunConfig Ignoresuffixmap true
    JRunConfig Serverstore
/home/opt/coldfusionmx/runtime/lib/wsconfig/1/jrunserver.store
    JRunConfig Bootstrap 127.0.0.1:51010
    #JRunConfig Errorurl <optionally redirect to this URL on errors>
    AddHandler jrun-handler .cfm .cfc .jsp .cfml .jws
</IfModule>

This may be located at the bottom of your httpd.conf file- I would recomend
moving it to line after the last line of your LoadModule sequence.

HTH!

Jonothon Ortiz
Vice President
Xnext, Inc.
Ph: 863.298.9698
or  888.84.XNEXT
http://www.Xnext.com
mailto:jon@xxxxxxxxx