Applications, CFML, Digital Asset Management

Installation of ColdFusion 8 Beta on RedHat/CentOS 5

Today we installed ColdFusion 8 Beta (get it now on labs.adobe.com) on RedHat/CentOS 5 (within VMWare Fusion 4 Beta) and run into some troubles. The problem was that the installer did not configure the connector to Apache 2.2.x correctly and when you tried to log on to the CF Administration you did not get the expected welcome screen.

The solution to this is to run the Apache Connector again, but with some modification.

  1. Go into the ColdFusion installation directory (/opt/coldfusion8) and then to the “connectors” directory. Open up the file “apache_connector.sh” and set the paths to your apache installation correct.
  2. Install the httpd-devel package. To do so, enter the terminal and execute the command “yum install httpd-devel*”. Without it the script above fails to run.

Once the above steps are done you can run the script with “./apache_connector.sh” and everything will be setup and your ColdFusion will be happy to serve you.

Sphere: Related Content

If you enjoyed this post, make sure you subscribe to the RSS feed!

Add Your Comment

speak up

Add your comment below, or trackback from your own site.

Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*Required Fields