Alright... I finally got a path to work.

I put a components directory in the main subdomain folder
with a a cfc called "agents.cfc"

I used this path to access it:

cfinvoke component = "components.agents"

Whew... that was driving me nuts!

I originally wanted to use the component folder in the root
of the main app, instead of creating an additional components folder
in the agents folder (which is the root folder for all the subdomains),
but I couldn't get that to work... probably because the main app
component folder is out of the path of the subdomains.

Don't know if that correct or makes any sense, but whatever... I've got
a path working!

It's 1:23am on the east coast here in the U.S. and I'm sleepy and going to bed!
(But I'll sleep soundly now!)

Thanks, everyone!

Rick

> -----Original Message-----
> From: Azadi Saryev [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 16, 2008 1:04 AM
> To: CF-Talk
> Subject: Re: cfc question...
> 
> you can always use:
> 
> <cfinvoke component="dot.delimited.path.to.cfc.from.webroot"
> method="your_cfc_method_name_here" ...>
> 
> same dor notation goes for createobject() function and cfobject tag
> 
> did my first comment not come through on the list yet? i do have it in
> my email inbox...
> 
> Azadi Saryev
> Sabai-dee.com
> http://www.sabai-dee.com/
> 
> 
> 
> 

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

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307545
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