Unless c:\ is a cf mapping in the administrator, that won't work. You
need a web-root relative pathing, or a mapping-relative path.

Hth
Kam 

-----Original Message-----
From: John Stanley [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 28, 2005 11:49 AM
To: CF-Talk
Subject: CFC Path question

Really, really,  achingly simple I'm sure, but banging my head against
the wall all-the-same.

Components to be located in
c:\new_cms\components\security\Usersession.cfc

Code to be used as an example located in c:\new_cms\security

tried:

<cfinvoke component="new_cms.components.security.Usersession"
method="isLogged" returnVariable="isLoggedIn"> <cfinvoke
component="components.security.Usersession" method="isLogged"
returnVariable="isLoggedIn">
<cfinvoke component="security.Usersession" method="isLogged"
returnVariable="isLoggedIn">

keep getting "Could Not Find the ColdFusion Component"

it must be because it's friday, so can anyone help a brotha' out?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to