If you have a folder outside the web root and you have a CF Custom Tag
path that points to this same folder, you only need to specify CFC name.
You don't need to put the "path" to the CFC sincs it's already in the
mapping.
For example:
C:\Inetpub\MySite\WWWRoot\ <-- Web Root mapped here
C:\Inetpub\MySite\Extensions\Components <--CF Custom Tag Path mapped
here
C:\Inetpub\MySite\Extensions\Components\MyCFC.cfc
You only need to use: CreateObject("component", "MyCFC") to instantiate
this component.
Thanks
M!ke
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Bryan F. Hogan
Sent: Friday, January 09, 2004 12:21 PM
To: [EMAIL PROTECTED]
Subject: RE: [CFCDev] Invoking Components
If I go a level higher that's my webroot. Your saying it should work
then. How than do you invoke the URL. What would be the URL if the
component is not web accessible?
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email to
[EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool,
Corporation (www.mindtool.com).
An archive of the CFCDev list is available at
www.mail-archive.com/[EMAIL PROTECTED]
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the words 'unsubscribe cfcdev'
in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported
by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]