ColdFusion 8 Install On Ubuntu
Friday 7 September 2007 - Filed under Code + Linux
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
2007-09-07 » Jim Priest
10 September 2007 @ 12:35 pm
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?
10 September 2007 @ 12:50 pm
Can you post a screenshot somewhere? Can you pull up the default Apache page by just visiting http://127.0.0.1/ ??
16 September 2007 @ 9:40 pm
@Jim – You need to go to /opt/coldfusion8/bin then run this: sudo ./coldfusion start
3 October 2007 @ 2:38 am
Is it possible to configure apache2 after you choice the build in web server(port 8300)?
Thanks,
John
3 October 2007 @ 7:36 am
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.
8 October 2007 @ 9:28 am
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!
8 October 2007 @ 10:19 am
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 October 2007 @ 6:30 pm
Great, thanks Jim
16 October 2007 @ 12:56 am
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
16 October 2007 @ 7:58 am
Jesse – that’s a great idea!!
5 December 2007 @ 4:04 pm
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?
5 December 2007 @ 4:12 pm
@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???
6 December 2007 @ 9:46 pm
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)
6 December 2007 @ 9:47 pm
one more thing… I am trying to install it on Ubuntu gutsy. Not sure if it has to be something like fedora or not.
7 December 2007 @ 7:56 pm
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.
8 July 2008 @ 9:22 pm
[...] If you would like a handy reference for where your files are for apache check out this post from the crumb. [...]
5 September 2008 @ 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 [...]
30 December 2008 @ 12:55 pm
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?
9 February 2010 @ 2:14 pm
Hi Jim,
I have an apache set up on MacOS where I installed CF9 straight up using the default webroot and then I added a couple of apache alias to allow me to run other webroots (client projects, etc…) and this works fine for basic CF sites.
This setup does seem to confuse CFBuilder in regard to introspecting CFCs and the like (i.e., only CFCs below the standard webroot show up) and I am also running into similar pathing issues resolving CFC paths such as ” (even though the relative path to the Logic subdir is good CF can’t resolve it).
Found your post on Ubuntu and thought you might have some ideas on how to resolve these issues.
Thanks.
Bob
11 February 2010 @ 2:59 pm
Bob – not sure about your issue – I’m still working with CFEclipse… Have you tried the CFBuilder forums?
12 March 2010 @ 10:08 pm
[...] If you would like a handy reference for where your files are for apache check out this post from the crumb. [...]