Hello,
I have a folder "components" off the webroot. I have 2 applications, A and B, 
both in their own webroot. I want both of them to extend the Application.cfc in 
the folder "components". So:
D:www/components/ApplicationRoot.cfc
is extended by
D:/www/wwwroot/ApplicationA/Application.cfc and 
D:/www/wwwroot/ApplicationB/Application.cfc.

To get this working I put this in D:/www/wwwroot/ApplicationA/Application.cfc:

<cfcomponent extends="components.ApplicationRoot." output="false">
        <cfset THIS.name="#HTTP.REMOTE_HOST#">
        <cfset THIS.mappings={}>
        <cfset THIS.mappings["/components"]="D:/www/components">
</cfcomponent>

But when I request /ApplicationA/nidex.cfm all I get is 

 Could not find the ColdFusion Component or Interface components.ApplicationCMS.

Am I doing somehing wrong here?
Thanks,
Marc 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304639
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to