railo application.cfc this.mappings not working
问题 i am using the latest version of railo, and am trying to get the per-application mappings to work. this is what i am doing: <cfcomponent name="MyApp"> <cfset THIS.Name = "MyApp"> <cfset THIS.Mappings["/myapp"] = ExpandPath(".")> </cfcomponent> so, i am trying to be able to access components within this application folder through a myapp.* mappings rather than having to to rootapp.myapp.* (from what i understand, this component setup should then work. however, my components cannot be accessed