to get the application.cfc in the subfolder to run, then your original 
request would have to be to the subfolder. CF bases which 
application.cfc to fire upon the originating request, then travels up 
the tree til it finds one (not down, as you are trying to do)

Steve 'Cutter' Blades
Adobe Community Professional
Adobe Certified Expert
Advanced Macromedia ColdFusion MX 7 Developer
____________
http://cutterscrossing.com


Co-Author "Learning Ext JS 3.2" Packt Publishing 2010
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

"The best way to predict the future is to help create it"

On 11/25/2013 12:30 PM, Eric Roberts wrote:
> Here's the background...
>
> We have all of our requests going through the index.cfm in the root and 
> depending on variable values, they get directed, via cfincludes, to 
> subfolders.
>
> My question is how do I get the application.cfc in the subfolder to run?  The 
> application.cfc in the root is getting run, but it appears that the one in 
> the subfolder is not.  Each sub-folder contains a separate application with a 
> unique name and the application.cfc has application specific variables in it. 
>  The application.cfc in the subfolder is set to extend the one in the root.
>
> Eric
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:357130
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to