How do I execute custom ColdFusion tags (.cfm)?
You can place your custom ColdFusion tags (.cfm) in any directory under your /www directory. Once you have uploaded your files, you will need to use the CFMODULE tag to specify the location of your .cfm tags. If you call custom CFM tags directly, the custom tag must be placed in the same directory as the calling template.