Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Ghost File

    Basically, pages that don't exist are still being served and I believe I've
    narrowed it down to CF.
    Redhat ES 3
    Apache web server
    CFMX 6,1,0,63958

    Steps
    Deleted cfm file
    Requested said cfm file and got 404
    Few hours later, requested said cfm file and was served the file. (file not
    recreated in the meantime) (apache log says file served)
    restart apache, request file, file still received.
    restart CFMX, request file, 404
    Few hours later, requested file and was served file. (again, file was NOT
    recreated and apache says it served the file)
    created a new file of the same name in the same location
    requested file and received new version
    deleted file, requested file, got 404
    Few hours later, requested file, got the latest version before it was deleted
    (again, file not created and apache says it served the file)

    Any suggestions, even just keywords to google, would be appreciated.

    Brian Philippus Guest

  2. Similar Questions and Discussions

    1. Live Ghost Streams
      Hi all. First off, some qualifying information - I?m using FMS v 2.0.3 for a simple video presence application. There is no chat involved....
    2. The ghost in the machine …
      We're having an odd problem and wonder if anyone else has run across this. InDesign seems to be unleashing miscellaneous typos into copy, all by...
    3. Ghost
      I created a network share on a Win2K3 server to store Ghost images. When logging on from a Ghost network boot disk, I receive the error message...
    4. bloated ghost first frame
      Odd...I have a blank first frame...followed by a 6kb preloader on frame 2 and then content starts on frame 3. When I do a test movie and show frame...
    5. clone redhat 7.3 with ghost 7.5
      Hi all, I used Ghost 7.5 to do a disk to disk copy of - 60GB seagate hard drive ( redhat linux 7.3 ) - into a blank 60GB WD hard drive but...
  3. #2

    Default Re: Ghost File

    Hello,

    Delete all of the corresponding class files in the /opt/coldfusionmx/wwwroot/WEB-INF/cfclasses directory and restart CF.

    Regards David.
    rave Guest

  4. #3

    Default Re: Ghost File

    There is also an option not to save the class files. I don't have the URL ref off the top of my head, but I believe Tom Jordahl suggested to make that change (so that the class files are NOT saved).
    Mike Greider Guest

  5. #4

    Default Re: Ghost File

    Thanks for the answer. The file hasn't started being served again, so I guess it has worked. Very much appreciated.
    Brian Philippus 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