Ask a Question related to Coldfusion Server Administration, Design and Development.
-
joehms #1
White space management gone on reboot
I have a strange problem here. Anytime we reboot our server, the setting we
have selected (on) for white space management in the CF admin disappears. We
can re-enable it easily of course, this is just a mystery we would like to
solve. Any ideas?
Server Details
Server Product ColdFusion MX
Version 7,0,2,142559
Edition Standard
Operating System Windows 2003
OS Version 5.2
joehms Guest
-
White Space Management
Digging through the web trying to solve some white space issues, i stumbled upon the CF Administrator setting in CFMX7 called White Space Management... -
Help! newbie question-white space management
Hi, after spending nearly 2 days scouring the web, I decided to take the plunge and post my newbie problem. I have very little programming... -
Logo on Web - White Space
Using a corporate logo on my web page. It's a TIF. I can change the color of the logo graphic (round, but on the web page the logo displays on a... -
Trim White Space
I imported a bitmap with white spaces at the borders whithout trimming it. That's right, it's gone fine, i have my image with the white spaces. But... -
Getting rid of white space...
are you speaking of this? use strict; while(my $line = <>) { ($line) = ($line =~ /^\s*(.*)\s*\n$/); print($line."_nice/n"); } -----Original... -
LL@Work #2
Re: White space management gone on reboot
Issue #58884 has been logged against this behavior.
The workaround is to add this code to your Application.cfm page. It should do
the same thing as enabling the white space management: <cfprocessingdirective
suppressWhiteSpace = "yes">
LL@Work Guest
-
900spg #3
Re: White space management gone on reboot
I have noticed that numerous settings in my cold fusion administrator are reset
each time The server is rebooted or the Cold Fusion service is restarted. These
include white space management, global script protection, and specific settings
that are needed to individual dsn settings. These can not all be resolved by
adding processing directives to the application.cfm. Is this issue related to
the fact that my only interaction with my server is through a terminal services
(RDP) connection?
900spg Guest



Reply With Quote

