Viewing cfm files in a browser

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

  1. #1

    Default Viewing cfm files in a browser

    I'm running an apache 2 server on windows XP with coldfusion mx 7 installed to
    use the apache server and not the test server that comes with coldfusion.

    I'm pretty sure I'm missing something extremely basic here but whenever I try
    to open the administration page my browser asks me which program I would like
    to use to open the file. I've run the apache connector batch file to no
    effect.

    What am I missing?

    SpecWriter Guest

  2. Similar Questions and Discussions

    1. Viewing in Remote Browser
      When I attempt to view my ASP.NET page in a browser, I receive instead a File Download screen. I am connected to a remote server via FTP and I have...
    2. Acrobat 7 - disable browser PDF viewing!!
      I prefer that when I am using Safari if I click on a link to a PDF that it simply automatically download the whole PDF to the downloads folder I...
    3. IE Browser crashes when viewing PDF
      HI, (also left this in the Reader forum, but thought perhaps it fit this better after all.) I work in the Corporate Communications group for CSC...
    4. CS Browser - colors darken while viewing in browser
      I recently installed Photoshop CS. I set up color management. When I browse a set of images taken with my Sony F717 they appear in the browser (with...
    5. Viewing man pages in the browser
      Macosxhints.com in a July 7 hint describes a nifty app called manServer which displays UNIX man pages in a "web site", complete with hyperlinks. ...
  3. #2

    Default Re: Viewing cfm files in a browser

    Run the Web Server Configuration Tool, installed by default as
    C:\CFusionMX7\runtime\bin\wsconfig.exe, and Add the Apache server.


    BKBK Guest

  4. #3

    Default Re: Viewing cfm files in a browser

    This may be too elementary to mention but .....
    Make sure you are not trying to open the file like this:
    C:\CFusionMX7\wwwroot\CFIDE\Adminstrator\index.cfm
    but rather....
    http:\\127.0.0.1\CFIDE\Adminstrator\index.cfm
    or
    http:\\12.0.0.1:8500\CFIDE\Adminstrator\index.cfm
    or
    http:\\localhost\CFIDE\Adminstrator\index.cfm
    or something like that.

    mattapple 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