Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
AnanthR #1
Invoking a names, application scope CFC from HTML
Hello,
I have an application scope CFC. Is it possible for a HTTP request to be
specifically directed to this CFC?
In other words, can I invoke this CFC using its instance name, from a HTTP
form?
Thanks
AnanthR Guest
-
web services and Application scope
how do I see my Application variables within a method of a webservice-called CFC? I have an external system that calls my coldfusion mx 7 app... -
Application Scope variables ?
I am migrating to PHP from ASP where there are the Application Scope variables which are accessible from any page on a website and which are used, in... -
Application.xml ->Process->Scope
server: Dual Processor Dual Core Xeon - 3.4GHz Ram: 2 GB DDRII Operating System: CentOS 4 (32 bit) -FEDORA X.X -RED HAT - ECC. I changed the... -
Application.xml->Process->Scope
erver: Dual Processor Dual Core Xeon - 3.4GHz Ram: 2 GB DDRII Operating System: CentOS 4 (32 bit) I changing the scope in the application.xml to... -
Application Scope
I have a farm of CF5 servers. In order to reduce the number of times I hit the database, I'm saving data within the application scope. I'm setting... -
toniu27 #2
Re: Invoking a names, application scope CFC from HTML
You can not.
If you invoke a CFC method remotely, using a specific URL, form field, Flash
Remoting MX, or a web service invocation, ColdFusion looks in the specified
path relative to the web root. For form fields and URLs specified directly on
local web pages, ColdFusion also searches relative to the page directory.
toniu27 Guest
-
_Sam_ #3
Re: Invoking a names, application scope CFC from HTML
No, but you can link to a cfm file and pass the cfc name and the cfc can
forward the request to the existing application-scoped cfc. If the cfc does a
lot of initialization then this would be faster than re-executing the cfc each
time.
_Sam_ Guest



Reply With Quote

