Capture Debuggin Information

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Capture Debuggin Information

    When the administrator made server changes, I lost Coldfusion debugging
    information. I add the IP address to the Debugging IP List, still does not
    work. I suspect is because of firewall. If that is case what I should do to get
    debuggin back? This is on ColdFusion 4.5 server.

    Thanks,
    Bill

    s6868 Guest

  2. Similar Questions and Discussions

    1. Web Capture Pro 7.0.7 - No Can Do
      I can not complete web captures in Acrobat Pro 7.0.7 (Mac OSX 10.4.7). I relied on this feature all the time in earlier versions of Acrobat but...
    2. How to capture url?
      I'm trying to generate a PDF using CFMX7, and using the CFHTTP tag. In the file that generates the PDF, and has the CFHTTP tag, I am passing the...
    3. Web Capture Time
      I am using Adobe Acrobat 6.0 Professional. I notice in the footer appended to web captured files that the time is off by four hours (early). Where do...
    4. How to capture cookies information
      I am very new with php. And I want to find out how do I capture user cookies information for traffic analysis on Windows machine and server cookies...
    5. 3D Capture
      Hi people! I have a little problem! If I would capture a imatge from director's scene. I will do anything like this: stageImage = (the...
  3. #2

    Default Re: Capture Debuggin Information

    I don't think a firewall would block the debugging informaion specifically. It
    is just part of the web page.

    Confirm your IP address is the same, and correct in the CF Admin. If you use
    DHCP your IP could have changed and you might not know it. Also, make sure your
    IP address is correct for what the CF server sees it as. If you use NAT your
    may have a different internal vs external IP.

    Also, confirm that debugging is turned on, and that you don't have a cfsetting
    tag turning debugging off.

    Like this:
    <cfsetting showdebugoutput="no">

    Lupus 23 Guest

  4. #3

    Default Re: Capture Debuggin Information

    The IP I added to the List is the one retrieved from site not the internal one
    of my machine. But I was told by the admin that We re using DHCP but mine is
    Static IP? So I still have no clue what to do? Please advise.


    s6868 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