ColdFusion MX for J2EE does not have a checkbox for enabling white space suppression. This is an oversight, the option is actually supported, it is just not exposed in the Administrator. The solution? Edit the configuration file directly. Here’s what you need to do: 1) Stop ColdFusion. 2) Open the neo-runtime.cfml file in the lib directory beneath the ColdFusion root. 3) The file contains a WDDX packet, locate the first boolean and set it to “true” (it will be “false”). 4) Save the file. 5) Restart ColdFusion. (Applies to: ColdFusion MX for J2EE)
Leave a Reply