ColdFusion

Null Pointers are another name for undefined values

Posted by on January 10, 2008 at 11:50 pm

The Null Pointer error is due to an issue with ColdFusion8 and MySQL. The fix for this is to uncheck ‘Maintain connections across client requests’ in the Advanced settings fir the ColdFusion DSN. .

Installing coldfusion with Apache

Posted by on December 5, 2007 at 10:05 pm

Compiling and Installing the Apache module for CFMX from source code This example was tested on a server running Redhat Linux 8 and Apache 2.0.46 built from source. Click on the link for instructions on installing from source. Install updater 3 or greater The source code for the ColdFusion Apache module was included in CFMX [...]