White space management gone on reboot

Ask a Question related to Coldfusion Server Administration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139