CF has a registry key which contains the location or list of locations where
Cold Fusion will look for Custom tags.
HKEY_LOCAL_MACHINE: SOFTWARE: ALLAIRE: COLDFUSION: CurrentVersion:
CustomTags: CFMLTagSearchPath
The value of this key is a comma delimited list of locations where the Cold
Fusion server will look in order to find custom tags. The value can be
changed in order to move the custom tags directory to another location.
Beau Harbin
Fig Leaf Software
[Editor's note: Remember, too, that the CFMODULE tag can direct a program to
find a custom tag in another directory, either a specific subdirectory using
the NAME attribute or in any relative or mapped directory with the TEMPLATE
attribute.]
... (more)