ColdFusion 8 Install On Ubuntu

Tonight I’m installing ColdFusion 8 at home. So far the install has gone very smoothly. Installed Apache 2 first and then ran the installer for CF8.

One place I got stuck was during the CF install it asked me the location for my Apache binaries. I had no idea and the examples the installer suggested were all for Red Hat related systems.

A quick Google turned up this handy reference: Distros Default Layout on the Apache wiki.

Debian, Ubuntu (Apache 2):

ServerRoot :: /etc/apache2
DocumentRoot :: /var/www
Apache Config Files :: /etc/apache2/apache2.conf
Default VHost Config :: /etc/apache2/sites-available/default, /etc/apache2/sites-enabled/000-default
Module Locations :: /etc/apache2/mods-available, /etc/apache2/mods-enabled
ErrorLog :: /var/log/apache2/error.log
AccessLog :: /var/log/apache2/access.log
cgi-bin :: /usr/lib/cgi-bin
binaries (apachectl) :: /usr/sbin
start/stop :: /etc/init.d/apache2 (start|stop|graceful|configtest)

What was really funny is before starting I did a quick Google on “ubuntu coldfusion” and one of the top links was a post here I had made some time ago called ColdFusion Install on Ubuntu which had some useful links – though most of those dealt with ColdFusion 7.

Update: Great ColdFusion 8 / Ubuntu installation guide on Adrian J. Moreno iknowkungfoo site.

http://www.iknowkungfoo.com/blog/index.cfm/2008/6/6/The-ACME-Guide-64bit-Ubuntu-804-Edition-Part-1

Possibly Related:

16 Comments

  1. Reya276
    Posted September 10, 2007 at 12:35 pm | Permalink

    I too installed CF8 on Ubuntu, but when I load http://127.0.0.1/CFIDE/administrator/ the page is full of symbols as if it where trying to read it but displays it encoded or something, is there a way to fix this issue?

  2. Posted September 10, 2007 at 12:50 pm | Permalink

    Can you post a screenshot somewhere? Can you pull up the default Apache page by just visiting http://127.0.0.1/ ??

  3. Posted September 16, 2007 at 9:40 pm | Permalink

    @Jim – You need to go to /opt/coldfusion8/bin then run this: sudo ./coldfusion start

  4. Posted October 3, 2007 at 2:38 am | Permalink

    Is it possible to configure apache2 after you choice the build in web server(port 8300)?

    Thanks,
    John

  5. Posted October 3, 2007 at 7:36 am | Permalink

    I’d probably reinstall. I had to run the installer twice because the first time I realized it was running on Apache 1. So I had to uninstall Apache, install Apache2 and then I re-ran the CF installer with no problems.

  6. Posted October 8, 2007 at 9:28 am | Permalink

    Hi Jim,

    I’m looking at moving my development environment to Ubuntu from Windows (I already use Apache and MySQL etc).

    Are you running Ubuntu desktop or server? Can I just run desktop then install what I need?

    – Apache
    – MySQL
    – SMTP
    – etc

    Or do you think I’m better off going with ’server’?

    Thanks for you time!

  7. Posted October 8, 2007 at 10:19 am | Permalink

    Server typically doesn’t have any desktop components installed – so if you have another computer you can use for your day to day tasks – then server is the way to go. Otherwise there is nothing that prevents you from installing Apache, etc on the desktop…

  8. Posted October 8, 2007 at 6:30 pm | Permalink

    Great, thanks Jim

  9. Posted October 16, 2007 at 12:56 am | Permalink

    Jim ,
    to make the server conf a little easier but still have all the nifty gui goodies i typically install the server edition and then put a gui on by doing the following

    sudo apt-get update

    sudo apt-get install ubuntu-desktop

    Regards,
    JKZfixme

  10. Posted October 16, 2007 at 7:58 am | Permalink

    Jesse – that’s a great idea!!

  11. kebab D
    Posted December 5, 2007 at 4:04 pm | Permalink

    I have tried repeatedly to install CF8 on ubuntu gutsy both as stand alone and with apache. The install goes fine but I keep getting 500 Null pointer errors. The two things I see repeadedly is a cannot find cluster manager instance (or something like that) and cannot open a security.properties file (which is there)

    any ideas?

  12. Posted December 5, 2007 at 4:12 pm | Permalink

    @Kebab – No idea? Is this a fresh install or an upgrade? Are you using Apache2? Did you download the correct installer?? Not sure why you would see anything regarding clusters???

  13. kebab D
    Posted December 6, 2007 at 9:46 pm | Permalink

    fresh install. I tried cf7 last night with the same result. I am wondering if it’s permissions problem. I created a cfusion user (when it asks for a default user to run the service). Not sure if I have to give it specific permissions or not.

    I am using apache2 but i also tried installing as a stand alone. yeah I am pretty sure its the correct installer. its the linux installer. and it installs fine (no error messages)

  14. kebab D
    Posted December 6, 2007 at 9:47 pm | Permalink

    one more thing… I am trying to install it on Ubuntu gutsy. Not sure if it has to be something like fedora or not.

  15. Posted December 7, 2007 at 7:56 pm | Permalink

    Kebab – I’m running ColdFusion on Gutsy w/no issues. I can’t remember when I installed ColdFusion if it was under the su account or using my normal one. I didn’t create a unique account just for ColdFusion.

  16. Jordan
    Posted December 30, 2008 at 12:55 pm | Permalink

    Something I ran into after a successful install of ColdFusion 8 is that letter spacing in PDFs was way too large. My documents L O O K E D like that, and the system didn’t respond to the letter-spacing style no matter what I tried. Nobody else on the net has reported this issue. Was it just me?

2 Trackbacks

  1. By ColdFusion 8.01 on Ubuntu 8.04 on July 8, 2008 at 9:22 pm

    [...] If you would like a handy reference for where your files are for apache check out this post from the crumb. [...]

  2. By Ubuntu Hardy Heron ColdFusion 8 Oopsie at this on September 5, 2008 at 10:52 pm

    [...] googled around enough to realize that since it didn’t appear to be a common problem, that it was probably something I [...]

Creative Commons License

Creative Commons License This article: ColdFusion 8 Install On Ubuntu, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 United States License .

Copyright © 2007 thecrumb.com. All rights reserved.