Getting my development system going

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Getting my development system going

    Recently I was able to spend about two weeks learning CF development.
    That job is now behind me but I want to continue the studies at home.
    Here's the setup.

    Windows XP Home
    Microsoft Access 2003
    DreamWeaver MX
    CF MS 7

    I've been able to set up a data source in CF7. I'm not trying to set up
    a site in DW. When I installed CF I told it that I wanted to use
    ColdFustion for my local testing server, and this is where I'm running
    into trouble. It looks as if directory structure is correct (got a
    wwwroot folder under c:\CFusionMX7). Problem is that when I try to set
    up a site under Manage Sites in DW it says that it cannot use the URL
    [url]http:///www.localhost.com[/url] for my testing server path. What should the
    path be, or how can I verify that the CF testing server is working? I
    considered trying to install Apache, but that's another learning curve
    and I'm not sure it'll run on XP home. Same with IIS.

    TIA

    James
    James Guest

  2. Similar Questions and Discussions

    1. Some 'System Calls' was Capturing system call output value
      On Friday, Nov 14, 2003, at 18:39 US/Pacific, Jerry Rocteur wrote: Wiggins is the one who deserves the point, since he was the one with the...
    2. System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
      Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a...
    3. Development best practices and knowing when to exercise control over development
      Hi Nuno, After analyzing your message, I found that most of it was purely theoretical. The actual issue you discussed was regarding how to...
    4. The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
      I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net...
    5. Method not found: System.Collections.Specialized.NameValueCollection System.Web.HttpRequest.get_QueryString().
      I just recently started getting the above error on a page I am posting MULTIPART/FORM-DATA. We have SoftArtisans FileUp component and Filter...
  3. #2

    Default Re: Getting my development system going

    James wrote:
    > Recently I was able to spend about two weeks learning CF development.
    > That job is now behind me but I want to continue the studies at home.
    > Here's the setup.
    >
    > Windows XP Home
    > Microsoft Access 2003
    > DreamWeaver MX
    > CF MS 7
    >
    > I've been able to set up a data source in CF7. I'm not trying to set up
    > a site in DW. When I installed CF I told it that I wanted to use
    > ColdFustion for my local testing server, and this is where I'm running
    > into trouble. It looks as if directory structure is correct (got a
    > wwwroot folder under c:\CFusionMX7). Problem is that when I try to set
    > up a site under Manage Sites in DW it says that it cannot use the URL
    > [url]http:///www.localhost.com[/url] for my testing server path. What should the
    > path be, or how can I verify that the CF testing server is working? I
    > considered trying to install Apache, but that's another learning curve
    > and I'm not sure it'll run on XP home. Same with IIS.
    >
    > TIA
    >
    > James
    Since noone here knew the answer (or at least noone was talking) I
    installed Apache server instead. It AND CF are both working! This falls
    under the category of "a miracle has occurred." I know there's a lot of
    CF expertise on this forum and I look forward to taking advantage of it.
    TIA James
    James 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