Funny you should mention that, I was looking at trying something along those
lines. But for this site, no, the only file that runs on every request is
App.cfm.

I suppose I need to rethink the structure of Application.cfm and all the
files it includes, try and split them into groups and run them as needed.

Ade

-----Original Message-----
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: 24 July 2003 13:43
To: '[EMAIL PROTECTED]'
Subject: RE: [CFCDev] Calling CFCs remotely and Application.cfm


yes and no.... it will if you are not using a single point of access ala
Fusebox and No if you are... ;-)



-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED]
Sent: 24 July 2003 13:47
To: '[EMAIL PROTECTED]'
Subject: RE: [CFCDev] Calling CFCs remotely and Application.cfm


I suppose so, but that takes away the benefit of the Application.cfm file
doesn't it?

Ade

-----Original Message-----
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED]
Sent: 24 July 2003 13:37
To: '[EMAIL PROTECTED]'
Subject: RE: [CFCDev] Calling CFCs remotely and Application.cfm


can you just remove the Application.cfm file :-)?  and perform any
bootstrapping via an include...

-----Original Message-----
From: Adrian Lynch [mailto:[EMAIL PROTECTED]
Sent: 24 July 2003 13:40
To: Cfcdev (E-mail)
Subject: [CFCDev] Calling CFCs remotely and Application.cfm


I have just noticed that when you request a cfc (in this case via Flash)
that the Application.cfm file is processed. I hadn't given the process
involved much thought until I put some redirects in Application.cfm and all
remote calls stoped working.

My Application.cfm file contains includes and functions that run that are
specific to the html site, I've had a look at CGI.HTTP_REFERER and it seems
that all calls from flash are http://mydomain.com/flashservices/gateway/ ,
so I thought that to speed things up I could check the http referer and
include code as needed.

Has anyone else found this to be a problem? Or is it the case that I have
incorrectly structured things with regard to my site layout.

It has to be said, I did build it with the HTML site in mind.

Any ideas?

------------------------------------------------------------------ 
Adrian Lynch 
Web Application Developer 
Thoughtbubble Ltd 
Full Service Agency
------------------------------------------------------------------ 
<http://www.thoughtbubble.com>
Tel: +44 (0) 20 7387 8890 (ex. 23)
Fax: +44 (0) 20 7383 2220
------------------------------------------------------------------ 
The information in this email and in any attachments is confidential and
intended solely for the attention and use of the named addressee(s). Any
views or opinions presented are solely those of the author and do not
necessarily represent those of Thoughtbubble. This information may be
subject to legal, professional or other privilege and further distribution
of it is strictly prohibited without our authority. If you are not the
intended recipient, you are not authorised to disclose, copy, distribute, or
retain this message. Please notify us on +44 (0)207 387 8890.

----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' 
in the message of the email.

CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).

Reply via email to