I’ve read all the documentation on this, and am continually stymied by wanting to call the folder a different name other than “coldbox” so i can have multiple versions of coldbox installed
this is my dev machine so i dont want to create a virtual path i have only on ver of cf 11 running
I have the following piece of code in my Application.cfc
You should be able to do this no problem. Firstly, make sure you have turned off “component caching” in your ColdFusion administrator (if using ACF) as it will cache CFC paths on you.
Secondly, you want to use fully expanded paths in your mappings like you shows in your last example. I’d test the mapping by dumping expandPath( ‘/coldbox’ ) in your on RequestStart to see if it’s resolving to where you expect it to.
> Could not find the ColdFusion component or interface LRU.
This error usually happens when someone runs a ColdBox app from a folder inside the web root and has the coldbox folder in the sub folder but doesn’t have a working mapping. The initial bootstraps will find the ColdBox folder simply because it’s in the same relative directory, but coldbox.system.etc paths won’t resolve from anywhere else.