[coldbox:27399] Issues copying website to dev server

It sounds like you may have a couple issues going on. Start by confirming any URL rewrites are in place so pages like site.com/foo aren’t getting served as a directory hit.

You also mentioned “it complained about not finding the coldbox mapping” but I’m unclear on whether you fixed the mapping or not. If not, let’s work on that first. If so, why did you include that information? I’m just trying to figure out what is just history and what the current issue is that you’re dealing with.

Also, in Adobe CF, make SURE the “cache component paths” is unchecked in the caching page of the CF admin. That thing is bad news and will always cause issues when you have more than one version of ColdBox (or any library for that matter) on the same server.

Hi Brad,

Yes, I was including history. Because I removed the cfserver mapping of coldbox that was pointing to 4.2, I wanted to explain that I had encountered the missing coldbox mapping, and I have fixed it by adding a mapping to the application.cfc. I have removed the checkbox for “cache component paths”. Also, one of the url rewrite rules had a typo. I think this is resovled. Thanks brad!