Remote Component stored at server level?

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default Remote Component stored at server level?

    Hey guys, I've got something funky going on that I can't seem to narrow down.

    Basically, the setup is that I have individual swf's (flex) on individual
    sites that call components on their own site to load data. The sites are
    basically deployed shopping carts. Anyway, we're trying to integrate some flex
    into the administration area, but having the problem where once one site loads
    its data, all other sites load the first sites data from then on, until the
    coldfusion server is restarted. Again, keep in mind these are seperate swfs on
    seperate sites calling seperate components, however the paths to the components
    from the swf's is the same, relatively (for example, each one is calling:
    com/remote/webitem).

    Does this even make sense to anyone? LOL. Oh, I should mention that its not a
    client-side caching issue or anything like that.

    Absurd Paradox Guest

  2. Similar Questions and Discussions

    1. remote mic activity level transmision
      I'm implementing a kind of videoconference in which I need to receive the Microphone.ActivityLevel from a remote user, but I don't know exactly how...
    2. Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
      Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click...
    3. Need to create a multi-threaded component that streams file from remote server to asp.net
      I'm a dotnet newbie and have been developing some web applications in asp.net. I have a requirement to load files from a remote file cache server...
    4. Help, MVS DB2 Remote Stored Procedure calls
      I'm having trouble executing a remote SP call. I'm running a mainframe system on z/OS using COBOL LE/370 and DB2 V6 My application is running on...
    5. deploying from Windows 2003 staging server to remote production server
      What do you guys use to deploy from your staging servers to your remote production servers in team environments? Normally I FTP the files myself,...
  3. #2

    Default Re: Remote Component stored at server level?

    Ah, well in just a few minutes, I was informed that its coldfusions storing of
    the mapping to the webservice, and that the only solution that he knew of was
    to run enterpise. Anyone know if theres anyway around this?

    Absurd Paradox 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