Coldfusion & data separate

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Coldfusion & data separate

    My Dell web server has 7 GB on Drive C partition and 140 GB on Drive D
    partition. I like to put Coldfusion MX 6.1 on the C partition to access the
    admin etc. and put all my web sites and databases in the D partition. When
    configuring the installation, a warning pops up telling me that both CFusuioMX
    and the data should be on the same (C:) partition. Any possible problems
    having the application and databases separated?

    Rolf Guest

  2. Similar Questions and Discussions

    1. passing data from Coldfusion to Flash
      I have created an interface to pass variables from Coldfusion to Flash. When I run the .cfm code below in a browser, then check the "Page Source" I...
    2. MS SQL 2000 Data Migration w/ ColdFusion
      We've recently started work on a website where the SQL datasources reside on a drive without much space. We therefore want to migrate the all the...
    3. Separate edit page for a Data Grid
      Hello there, I have a data grid that's going to display a but of data that I want to make editable. Problem with this is that there goign to be...
    4. sending data to coldfusion from flash
      i wanna send some strings from flash to coldfusion,and make those strings a text file saving on my server through coldfusion. i know <cffile> tag...
    5. Populating a datagrid from two separate data sources
      Hi all, I have an interesting situation. I have a datagrid I'm currently populating using a dataset but now I need to introduce some extra...
  3. #2

    Default Re: Coldfusion & data separate

    I believe that it is objecting to you putting your web site (.cfm) templates on
    a different partition than your ColdFusion server, rather than referring to
    your database being on a separate partition. None of my SQL Server or Oracle
    databases are even on the same machine as any of my ColdFusion servers.

    Phil

    paross1 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