Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
SiriusPhil #1
Multiple Application.cfc's?
Is it possible to use multiple application.cfc's in a single application
(portal web sites). i know in previous versions all I had to do was include
the application.cfm file from the directory above and all was well. If i put
an application.cfc file in a sub directory of the root where the main
application.cfc is, all settings from the one above are lost. Is there a way
to connect them?
Thanks.
SiriusPhil Guest
-
Is Application.cfm included in CFC's
See title. -
Application Variables and Multiple Instances
I'm running multiple server instances of ColdFusion MX with JRun (Instance1 & Instance2). Instance1 & Instance2 are clustered (Cluster1) . I have... -
MX7: Can CFC's use a function in Application.cfm?
Version CF7 and cf6.1 if possible.... I have built a function inside my Application.cfm file. (a basic error messae with output) I can use said... -
Instatiating CFC's into application scope
Hi All, This is a bit of a dumb question. I worked out how to instatiate a component into the application scope, and I can cfdump it to see that... -
Multiple copies of application open...
What are the pros and cons of having more than one copy of an application open? Being a long-time Mac user, I'm used to having only one copy open... -
Cannikinn #2
Re: Multiple Application.cfc's?
You could put all of the settings that you want to be common in both CFCs into
an XML configuration file. Then load that in both Application.cfc files.
Check out this article:
[url]http://www.benorama.com/coldfusion/patterns/part6.htm[/url]
Cannikinn Guest
-
mpwoodward *TMM* #3
Re: Multiple Application.cfc's?
On 2005-06-21 11:47:16 -0500, "SiriusPhil" <webforumsuser@macromedia.com> said:
You can "extend" the Application.cfc:> Is it possible to use multiple application.cfc's in a single
> application (portal web sites). i know in previous versions all I had
> to do was include the application.cfm file from the directory above and
> all was well. If i put an application.cfc file in a sub directory of
> the root where the main application.cfc is, all settings from the one
> above are lost. Is there a way to connect them?
>
> Thanks.
[url]http://www.dansshorts.com/?day=4/13/2005[/url]
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

