Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Component Location

    I downloaded RDBMSProcessor.cfc from a Macromedia tutorial and it tells me for
    MX 6.1 to install to the 'JRun4\servers\cfusion\cfusion-ear\cfusion-war'
    directory. Only problem is that I can't find that directory anywhere on my
    computer. Where is it? Shouldn't it have been installed with the 6.1 update?
    I'm running a developes version of MX. Is that the problem?

    jfillman Guest

  2. Similar Questions and Discussions

    1. Error: That location is controlled by another site.Please choose another location
      Hi, I was wondering if anybody came across this error before: "That location is controlled by another site. Please choose another location" I am...
    2. Error-DWMX7-The required component could not be found atthe specified location!
      Strange Error: the Message The required component could not be found at the specified location! continues to POP up as a WARNING, while editing a...
    3. How to make a protected property in the base component public in the derived component?
      I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base...
    4. movie location changing when there's nothing changing its location
      I have a cross-platform program (each half using a different engine (quicktime for mac and MPEG Advance for pc). On both sides and on most computers...
  3. #2

    Default Re: Component Location

    Those instructions are for CFMX running on top of a full JRun installation. If you have CFMX standalone installed, put the CFC in your webroot, cfusionmx\wwwroot or inetpub\wwwroot, etc.
    ksmith Guest

  4. #3

    Default Re: Component Location

    Ken, I'll give that a try, although the instructions are quite misleading if
    you are correct. Here is the quote from the article, which does not list JRun
    as a requirement for the article: 'Save the RDBMSProcessor.cfc file into the
    web root of your ColdFusion directory. In version 6.0, put the file in the
    wwwroot directory under your ColdFusion install directory. In version 6.1, put
    it in the JRun4\servers\cfusion\cfusion-ear\cfusion-war directory' Here is the
    link to the full article:
    [url]http://www.macromedia.com/devnet/mx/flash/articles/delta_packet.html[/url]

    jfillman 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