I have the coldbox files here:
D:/Coldbox
I have one website here:
D:/Websites/siteA --> siteA.local
and another at:
D:/Websites/siteB --> siteB.local
I can't figure out why siteA.local is bringing up this error:
Could not find the ColdFusion component or interface D:\Websites\siteB
\config\Coldbox.cfc.
If i restart CF Application Server, siteA works fine, but siteB is now
looking for the config file of siteA.
So coldbox is apparently loading one config file for all the sites. I
thought i map coldbox to one source that all my sites could you, but i
think i will have to copy coldbox folder into every site's folder.
It has nothing to do with ColdBox. If you turn on CFC caching in the CF Admin, then you will run into this problem every time you try to run multiple applications that use CFCs of the same name. This is a limitation of how CF itself works.