You might also look at using the extends attribute of the cfcomponent. Nice way to tie together some common functionality but then extend for each specifc site.
-----Original Message----- From: Nathan Dintenfass To: [EMAIL PROTECTED] Sent: 11/21/2003 10:46 AM Subject: RE: [CFCDev] Using components Alternatively, if you don't want to use a mapping the easiest way might be to put your CFCs folder in a valid custom tag path -- you can then use dot notation to call in your components from anywhere on the server. It should also work to put the cfcs folder in the CF root (usually wherever CFIDE is). -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Todd Rafferty Sent: Friday, November 21, 2003 10:41 AM To: [EMAIL PROTECTED] Subject: Re: [CFCDev] Using components Hassan Arteaga Rodriguez wrote: Hi all: I have in my root web folder some virtual dirs..ie: Site1 Site2 Site3 Site1, Site2 and Site 3 are in d:\webs\, also i have another folder named cfcs were i store 3 componets. All these 3 sites will use components inside cfcs folder. What i need to do to use these components in all sites ? Setup a CFMX mapping to your CFCs folder...? -- ============================================================ Todd Rafferty - http://www.web-rat.com/ <http://www.web-rat.com/> Team Macromedia Volunteer for ColdFusion http://www.macromedia.com/go/team/ <http://www.macromedia.com/go/team/> ============================================================ ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word '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]
