The CF documentation here shows a screenshot of the “Enable Whitespace Management” setting under Server Settings > Settings in CFAdmin.

But it’s missing in my CFAdmin.  I’m running version 2016.0.05.303689 and here’s a screenshot:

All Comments
Sort by:  Most Recent
2019-06-13 14:42:19

Create an empty jvm.config in your WEB-INF/cfusion/bin/ folder

It’ll start showing the option again.

Or, modify the CFIDE/administrator/settings/server_settings.cfm file.

 

 

Like
(2)
2021-07-03 17:58:09

Creating empty ‘jvm.config’ in the ‘WEB-INF/cfusion/bin/’ folder worked. Thanks !!

Like
2018-11-05 10:45:30

If your using a WAR then its a known rather annoying limitation: https://tracker.adobe.com/#/view/CF-4198437

Like
2018-11-05 18:04:55

That’s it, its a WAR deployment 🙁

Like
2018-11-04 17:33:51

How did you install ColdFusion? Do you use WAR-deployment?When you are looking at a “regularly” installed ColdFusion and save  the CFAdmin page once with set checkbox “Enable Whitespace Management” and once without the set checkbox you’ll see one tiny difference in the file cfusionlibneo-runtime.xmlI am pretty sure I saw Whitespace Management working when this parameter was set to true manually on a war deployment. Problem is, this parameter is overwritten when tha page is saved in CFAdmin or the package is deployed again. 

Like
2018-11-05 18:06:19

Yes, it’s a WAR on a web app server/container.  I just tried it, and I think it’s working, thanks!

Like