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

  1. #1

    Default CFIDE Mapping

    Hi,

    cfform doesn't work on my server so I need to change where the cfide mapping
    is pointing to. CFadministrator won't let me do it - says unable to change
    cdife system mappings.

    Is this possible to do?

    kabod Guest

  2. Similar Questions and Discussions

    1. /CFIDE mapping in administrator
      Now, I'm talking about the mapping in the CF administrator, not the virtual path that gets you there. When you login to the admin, go to mappings,...
    2. Wrong /CFIDE mapping. How to change it?
      Hello :) I have a little problem. I'm trying to work with two built-in functions : getBaseTemplatePath() and getCurrentTemplaetPath(). The...
    3. Broken Images in CF7 Admin (CFIDE vs. cfide)
      I've just installed CFMX 7 under JRun 4 (updater 4) on Mac OS X 10.3.7. The ..cfm pages from all of my sites are processed well by Apache and I can...
    4. CFIDE after upgrading from 6.1 to 7.0.1
      I upgraded from 6.1 to 7.0.1 and then uninstalled 6.1. It appears that uninstalling the previous version left behind the C:\CFusionMX directory,...
    5. Change CFIDE Mapping
      I am running a Windows 2003 server with CFusion 6.1 MX and Apache 2. It is a development box and is being bumped up into a backup role. To...
  3. #2

    Default Re: CFIDE Mapping

    The best solution I've found is to set up a virtual mapping via your web server
    so that the directory /CFIDE/scripts/ is accessable. The cfide mapping in the
    CF Admin will not get you where you need to be as the files required to support
    CFFORM are being called by the client machine rather than cfinclude on the
    server.

    A look at the "view source" of the page you're calling via the browser will
    illustrate the best:

    I see this:

    <script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
    <script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>
    <script type="text/javascript" charset='utf-8'
    src='/CFIDE/scripts/cfformhistory.js'></script>
    <noscript>

    So the web server would need to know how to get to these files. Not
    ColdFusion.



    preese Guest

  4. #3

    Default CFIDE mapping

    I'm setting up our CFMX7 server in an W2k3/IIS production environment for the
    first time.

    Because I wanted to separate the web content from the CF infrastructure, I
    have set up the CFIDE as a virtual drectory of the main web root.

    Does anyone know if this config could cause any problems (aka Security, cf
    updates, etc)?

    Thanks for your help,

    Scienter

    Scienter Guest

  5. #4

    Default Re: CFIDE mapping

    Hi

    The virtual CFIDE path has to accessble from root path. then there will no errors.
    otherwise there may be a chance of some cf validations may not work because of javascript .
    vkunirs 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