Categories
ColdFusion

Fixing the Null Pointer Exception on ColdFusion

EDIT: This post was originally written with only MacOS in mind, and has been updated to serve as a generic solution Null pointer exceptions., the NPE., can be a pain – especially with no debugging environment in place. Here’s a possible solution to one such NPE thrown by ColdFusion. Right after installing ColdFusion, if you […]

Categories
Tech

The fun in compiling Apache

Quite contrary to the title, compiling Apache from source can be pretty frustrating at times, with trivial errors, compile options that are hard to remember, etc.. Wrote a small piece of code to help you with this compilation. The script is tested on RHEL, definitely works on any Linux distro, and most likely just works […]