1. <cfcomponent>
  2. <cfset this.ApplicationName = "mccoy">
  3. <cfset this.mappings["/mymap"] = getDirectoryFromPath(getCurrentTemplatePath())>
  4. <cfset this.customTagPaths = getDirectoryFromPath(getCurrentTemplatePath()) & "tags/">