I have a setup where I grab the root path of my application in app.cfc using 
GetDirectoryFromPath(GetCurrentTemplatePath()) and set it in the application 
scope through OnApplicationStart. This works great for most of the site, but I 
have one subfolder where I've extended app.cfc to add a login script to 
OnRequestStart.  The problem I'm having is if the application starts up from 
that subfolder, the extended app.cfc sets the root path from the subfolder 
instead of the root folder where the original app.cfc is located.

Anyone know a way to fix this? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:349716
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to