I needed some clarification...

Are multiple application.cfm's are allowed/possible in a directory
structure? Meaning, one for each application created.

Example:
If I have a sub-directory called /workorders and I place a application.cfm
file in there...
e.g. <cfapplication name="workorders" clientmanagement="Yes" ... > 

Then I have another sub-directory called /finance and again I place it's own
application.cfm in there...
e.g. <cfapplication name="finance" clientmanagement="Yes" ... > 

They shouldn't conflict with each other because their cf_application names
are different, so variables attached to them are attached to a particular
cf_application name. Is this correct?

So this scenario is possible?
/wwwroot (application.cfm - cf_app name=main)
 |_ /workorders (application.cfm - cf_app name=workorders)
 |_ /finance (application.cfm - cf_app name=finance)
 
The reason I'm asking is because some of us only have access to the
directory we are working on and if we wanted to use applicaton.cfm with our
fusebox app I wanted to make sure we wouldn't interfere with other people's
apps...

TIA,

Greg

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to