Using ColdFusion as a local server?

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

  1. #1

    Default Using ColdFusion as a local server?

    I have just begun to use ColdFusion and have fallen at the first hurdle as I
    don't have a server :o
    I am only practicing and messing about at the moment so I don't think it is
    worth paying for one. I heard about Microsoft's IIS which lets you create a
    server on you computer. This would allow me to test my ColdFusion websites,
    however, It only comes with XP Professional and I refuse to pay ?200 to
    Microsoft for an upgrade from XP Home.

    This led me to search the internet for open source software which would allow
    me to create a similar local server. I couldn't however find any which were
    easy to use or worked with ColdFusion.

    Now I have found out that ColdFusion itself has a feature which would allow me
    to do this, but I don't have any idea how to set it up or what information to
    put into the 'Remote info' and 'Testing server' sections when defining my site
    in Dreamweaver.

    I'm sure it is very simple but the only way I can learn these things is if
    somebody tells me,

    Please help!
    Nerd-5000

    Nerd-5000 Guest

  2. Similar Questions and Discussions

    1. flash media server only works local on server
      i just installed a developers version of the flash media server on a windows server. i don't have any problems while starting my applications on...
    2. Cant access my local coldfusion administrator
      Hello, I just purchased a book called Coldfusion mx Web Application Construction. I installed the application but the Administrator fails to load....
    3. help : FTP coldfusion (not local/network) ??
      Hi, I've just finished the Dreamweaver Getting Started tutorial. But for the little Coldfusion tutorial at the end, I'm only able to make it...
    4. Mozilla on local server
      Russell Shaw wrote: I use movemail <http://www.mozilla.org/mailnews/movemail/>. In addition to those instructions, make /var/mail/ have...
    5. Can't use 'local' to find sql server instances on local machine
      My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I...
  3. #2

    Default Re: Using ColdFusion as a local server?

    coldfusion itself has a development server you can install in your machine for
    free. How to set it up and all those details are in the cf documentation.

    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/part_ins.htm[/url]

    CFDEBUG Guest

  4. #3

    Default Re: Using ColdFusion as a local server?

    Another option is [url]http://www.apache.org/[/url]. I've used it with good results.
    mxstu Guest

  5. #4

    Default Re: Using ColdFusion as a local server?

    Thanks CFDEBUG I'll check that out.

    Note to mxstu,
    Apache was one of the local Server programs I tried but it displayed error
    messages when I tried to use the POST method with a Text area and Submit
    button. It might have been my fault, I'm not sure :confused;, but I couldn't
    find any information about it.

    Nerd-5000 Guest

  6. #5

    Default Re: Using ColdFusion as a local server?

    That sounds familiar. I think in my case it wasn't really related to Apache.
    It was just Internet Explorer hiding the real error CF messages in my code. I
    think I just turned off the "show friendly http error messages" box and found
    the real problem in the code. If you're using Internet Explorer and receive a
    similar error (HTTP 500), you might want to check that out.

    mxstu Guest

  7. #6

    Default Re: Using ColdFusion as a local server?

    ColdFusion and Apache work fine.
    zbob99 Guest

  8. #7

    Default Re: Using ColdFusion as a local server?

    Trying to get Apache to work again and I tried turning off the 'friendly http
    error messages' as you advised. However, it didn't make any difference. It
    simply gave this error message as before:

    Method Not Allowed
    The requested method POST is not allowed for the URL /dante/test_output.cfm.



    --------------------------------------------------------------------------------

    Apache/1.3.33 Server at localhost Port 80



    (Dante is the Name of site folder and
    test_output.cfm is the name of page which should be displaying information)

    This isn't a normal HTTP error message :confused;
    All I'm trying to do is use the POST method with a form containing a TextArea
    and a submit button, any ideas?

    Nerd-5000 Guest

  9. #8

    Default Re: Using ColdFusion as a local server?

    It's not recognizing the .cfm files as scripts that need to be executed. See [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_17162[/url]
    mxstu Guest

  10. #9

    Default Re: Using ColdFusion as a local server?

    One more link from livedocs [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/config14.htm[/url]
    mxstu Guest

  11. #10

    Default Re: Using ColdFusion as a local server?

    [url]http://www.stephencollins.org/archives/2005/03/a_gift_to_the_c.html[/url]
    cf_menace Guest

  12. #11

    Default Re: Using ColdFusion as a local server?

    The "ACME" guide.. great acronym!
    mxstu Guest

  13. #12

    Default Re: Using ColdFusion as a local server?

    Thanks so much! I'll check all of those links out and try to sort it out.
    You've been really helpful, thanks :)
    Nerd-5000 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