Cannot run ColdfusionMX7

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

  1. #1

    Default Cannot run ColdfusionMX7

    Hi,
    I'm new to coldfusion. I'm a installed IIS 6.0 on windows2003. Installed
    Coldfusion standart server 7MX. I can run to
    [url]http://127.0.0.1/CFIDE/administrator/index.cfm[/url] Administrator page
    on this error page displayed " Server Error

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

    Either the Macromedia application server is unreachable or it does not have
    a mapping to process this request."
    How to installed coldfusion or how to run coldfusion?

    many thanks


    Ýlknur Özkan Guest

  2. Similar Questions and Discussions

    1. Need Paths For Configuration Apache 2.2 And ColdfusionMX7
      Please provide the default configuration directory and also the directory and file name of the server binary for the drop down configuration list in...
    2. coldfusionMX7 bombs on windows 2003
      After installing CFMX7 on win2k3 web edition, IIS no longer worked giving this error on any file on any site. Invalid access to memory location ...
    3. ColdFusionMX7 - Not running CFML pages
      Hi, I just installed ColdFusion MX 7. It's the trial version and I can't get it to run the CFML pages like it's supposed. I have installed it...
    4. Fail to install coldfusionmx7 on Red Hat ES 3
      Hi, I am installing an evaluation copy of coldfusionmx7 on a Red Hat ES 3 server. I want to use this with Apache2, but I can not get far enough in...
    5. Having Problems with JDBC to ODBC connector ColdfusionMX7
      Hello, I am currently experiencing problems with Coldfusion MX 7 connecting to an Attunity Connect ODBC connection running on Windows 2003. I...
  3. #2

    Default Re: Cannot run ColdfusionMX7

    Might be your ColdFusion Application Server is not running. You need to start the ColdFusion service from services.

    Hope this will do.

    Thanks

    Sankalan
    ([url]www.mindfiresolutions.com[/url])
    Sankalan Guest

  4. #3

    Default Re: Cannot run ColdfusionMX7

    First, you would need to verify that ColdFusion is installed properly. To do
    that, you need to run ColdFusion via its own built-in webserver. Quick and
    easy way is to uninstall your current CF, re-install it and select the built-in
    webserver during installation. After installing the necessary files, you'd then
    be re-directed to [url]http://127.0.0.1:8500/CFIDE/Administrator/index.cfm[/url] to
    complete the installation.

    After you've installed CF on its own, you need to run the webserver
    configuration tool to attached CF to your webserver (IIS6 I assume). Follow
    this technote:

    [url]http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/config11.htm[/url]

    HTH

    speedpedal Guest

  5. #4

    Default Re: Cannot run ColdfusionMX7

    Kindly check with your windows service manager ( services.msc ) whether
    coldfusion and its ODBC services are started.
    Make the services settings to start automatically whenever the system gets
    restarted/logged off.

    Prabhu S Guest

  6. #5

    Default Re: Cannot run ColdfusionMX7

    There is no mandatory to specify the port number when u deployed the CFMX
    server as an application server over IIS.
    By default it will access the local websites.

    IIS as an webserver and coldfusion as an application server means u have to
    configure url as,
    [url]http://localhost/cfide/administrator[/url]

    If CFMX is installed as a self contained server then the URL should be like
    [url]http://localhost:8500/cfide/administrator[/url] ( use the port number whichever u
    have choosen, by default it is 8500 )

    Prabhu S 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