Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
ot53 #1
Remoting Issue, Flex2 and CFMX 7.0.2
I'm having a remoting issue with Flex2 and ColdFusion. What I have is to
seperate sites on a single server, both of which are using remoting to access a
cfc. Each site has it's own copy of the CFC, located at the same path
(/webservice/flex/<componentName>.cfc), therefore, each site is using the same
path to access the cfc (webservice.flex.<componentName>).
The problem I am having is that the physical path to the CFC seems to be
cached. So for exampled, if site a accesses the CFC, the file at
C:\Inetpub\wwwroot\<sitea>\webservice\flex\<compon entName>.cfc is access. When
Site B attempts to access it's copy of the CFC, it seems that CF (I'm assuming
this problem is occurring in CF) sees the path
"webservice.flex.<componentName>", which it has alredy served, and uses the
same physical path as before, when now it should be
C:\Inetpub\wwwroot\<siteb>\webservice\flex\<compon entName>.cfc. I'm wondering
if anyone else has encountered this caching of path before, and if so, if
anyone knows how to prevent it from happening.
Thanks.
Ryan McIlmoyl
ot53 Guest
-
CFMX + RHEL 4 + Flash Remoting
Hello All, I'm trying get flash remoting to work on a linux box. Has anyone had success with flash remoting under a linux environment? I had... -
Flash Remoting & CFMX 7
I am killing myself trying to get the Flash Remoting working with Coldfusion MX 7 to work. From what I understand, CFMX7 comes with Flash Remoting... -
CFMX 7 flash remoting did not work!
Hi, i use windows 2003 with IIS 6 and CFMX 7 standard. Since i installed CFMX 7 standard flashremoting did not work! I read about to edit the... -
Flash Remoting with CFMX on JRun4
Hello all, I'm having trouble getting Flash Remoting working with CFMX 7 running on JRun4. When I try to load... -
CFMX 7 Flash remoting is not working.
On CFMX 7 J2EE, We cannot get flash remoting to run. Whenever we run http://xxx.xxx.xxx.xxx/flashservices/gateway we get a 404 error in IIS. On... -
ot53 #2
Re: Remoting Issue, Flex2 and CFMX 7.0.2
More information, it seems this information is being held in memory by
ColdFusion. After restarting the ColdFusion application server, this 'cache'
seems to be reset, and the path 'webservice.flex.<componentName>' will map to
the physical location of the next site to make a request.
ot53 Guest



Reply With Quote

