Two CB 3.1.0 apps on same instance conflicting

Subject says it all. I have two Coldbox apps, using v3.1.0, on the
same server (CF901), same instance. But they're conflicting.
Whichever one initializes first after a restart "claims" the
framework, so if you try to go to the other one, it errors out saying
it can't find a file or method that belongs to the first one.

The webserver is Apache, OS is Windows 2008 Server R2.

Is this normal or have I done something wrong? Right now I'm trying
to setup other instances to overcome the problem, but it's not ideal
given how much I use coldbox.

Thanks!

Rob

It sounds like either a) you have CFC path caching turned on in CFAdmin (turn it off), or b) both applications have the exact same application name (make sure they don’t).

Is that the "Component Cache" in the Caching section of CFAdmin? If
so, it was on. I just turned it off.

They definitely don't have the same name; that was the first thing I
checked, so I hope that fixes it. I did manage to split the most
important site off to a separate instance though.

Thanks!

Rob

Yes, the component cache you definitely want turned off when you have more than one application running on the instance. Once you’ve done that, restart CF and/or your application, and that should cure your ails. :slight_smile: