Archive for the 'Coldfusion' Category

Enabling rds for coldfusion 8 debugging on apache

Wednesday, January 16th, 2008

This confused me for a bit. I enabled rds in the admin, then I setup the steps in the eclipse coldfusion rds configuration window but test connection always failed.

Turns out apache wasnt listening on the standard rds port 8500.

I went to the apache conf file and found the line that says Listen 80. I added just below it Listen 8500 and restarted.

Testing the connection via eclipse then gave me the joy!

Wait, theres more! So, then the little green bug was’nt visible on my toolbar. I clicked on an icon on the far right of the icons area. It says Java and has a little target and 2 balls and the word Java. This made the bug appear.

Then I got to the configurations screen. Here you actually have to double click the Coldfusion Application icon. (yup, that my of been obvious to the smarter people).

Everything else is buttah and the debugger is pretty sweet!

Coldfusion8 on Apache 2.2 via Xampp

Wednesday, October 10th, 2007

It continually amazes me how much brain damage can be incurred in updating ones system. And amazingly enough this time, I can’t blame the Coldfusion People!

So, I decided to do the Xampp thing. Xampp is a super easy installer for the lampp setup(I suppose its wampp for me as I’m talking about windows xp). Lampp is Linux, Apache, mySql, Php, and Perl. Probably the most common server software stack in the world.

Lets just get this out of the way : The Coldfusion part was pretty (more…)

the damn var scope is not a structure?

Tuesday, July 3rd, 2007

I was working on a coldfusion site and noticed that the var scope has no structure. It seems strange since coldfusion has moved everything to structures since cf5 but yet not this one.

Certainly you can scope a structure and use that instead but it seems like a workaround.