Web server configuration failed while installing

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

  1. #1

    Default Web server configuration failed while installing

    I have installed ColdfusionMX7 twice and both times the web server
    configuration tool that is supposed to startup automatically when I get done
    installing doesn't start up. Therefore I am not able to get into the
    coldfusion administrator. How do I get that to run on installation or can I
    get it to run now without installing. Thanks

    krusej23 Guest

  2. Similar Questions and Discussions

    1. Configuration Server
      Hello, I would have a question carrying about File Media Server 2, which functions under RedHat ES4, we would like that the messages of the logs...
    2. #39528 [NEW]: PHP configuration failed while libxml2 compiled with pthreads.
      From: aleksey dot ovcharenko at gmail dot com Operating system: FreeBSD 6.1-RELEASE-p7 PHP version: 5.2.0 PHP Bug Type: ...
    3. Server configuration
      cfForm tags such as "input file" and submit generate error. It works ok on my local server. Found similar problerm on one of the forum and it says...
    4. Installing 7.0 using J2EE configuration
      We are currently running CF MX 6.1 Server configuration (formerly Stand-alone). We are considering moving to CF MX 7.0 J2EE configuration. In...
    5. PHP Server Configuration
      I have a problem with my servers PHP configuration that is really begining to fustrate the heck out of me. I have an intranet resume building...
  3. #2

    Default Re: Web server configuration failed while installing

    What URL are you using to hit the Admin page?

    Did you opt to use the the built in JRun webserver? If so, try using port
    8500 to hit Admin (as in [url]http://localhost:8500/CFIDE/administrator/index.cfm[/url]).

    There is a Web Server Configuration tool that you can use to do the
    configuration after installation. You don't say would OS you are on - in
    Windows you can get to the tool under All Programs/Macromedia/ColdFusion MX
    7/Web Server Configuration tool.

    If, for some reason, that doesn't work, the next step is running the bat files
    yourself. FOR A STANDALONE COLDFUSION MX 7 INSTALLATION trying to connect to
    IIS, run these two bat files - this should connect you to IIS.
    first one flushes out all current connectors
    second one builds an IIS connector.
    Bounce IIS and the ColdFusion Server after running the second script.

    Remove connectors: C:\CFusionMX7\bin\connectors\Remove_ALL_connectors .bat
    Connect to IIS .bat file: C:\CFusionMX7\bin\connectors\IIS_connector.bat

    If you are using Apache or iPlanet, substitute the IIS_connector.bat with the
    appropriate bat file in the C:\CFusionMX7\bin\connectors directory.

    FOR MULTISERVER see this link:
    [url]http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001755.htm[/url]

    IF THE BAT FILES ABOVE DO NOT WORK:

    Manually configure STANDALONE connector: TechNote
    [url]http://www.adobe.com/go/tn_19575[/url]

    Manually configure MULTISERVER connector: TechNote
    [url]http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_18724[/url]





    edbrendel 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