Question
DEV/QA/PRD
Each time that we migrate our environment to the next version
of ColdFusion, programmers in our customer base are modifying their
code to determine in which Life Cycle server (DEV or QA or
Production) they are currently running. The programmers typically
are checking part of their file path or a server name to determine
which phase their code is executing in. Is there an environmental
way to deal with this? Designating a physical server as "DEV" and
being able to check that value would be nice. Designating a JVM as
"DEV" would be better, such that a "DEV" environment could be on
one physical server, and "QA" and "PRD" could be in separate JVMs
on another physical server. Is there a nice 'clean' way of doing
this?
Thank you in advance - Jacques
Thank you in advance - Jacques
