Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
wubwub #1
Multiple versions of a site on a single server?
I've got an older ap (3 years old now). Built and running 6.1.
When we designed it, we planned on 3 environments (test, editor use,
non-editor use) on 3 separate servers. There's now a push to put all three
versions on the same server (single server responding to 3 different URLs).
Unfortunately, when designing the ap, we placed the CFCs in a different
directory structure and used CFmappings to tell them where. The three different
environments can have different versions of the code base running on them
(usually they are a rev apart).
Can components reference relatively now (CFMX 7)? Or alternately, can a
component extend another compnent who's path is given by a variable???
IE:
Currently component 'CATSCODE.data_element.mechanism.mechanism' extends
'CATSCODE.data_element.base'.
CATSCODE is a CFMapping that points to the CFC directory.
Is there a way in CFMX7 to make CATSCODE a variable so the mechanim.cfc on the
test version of the site will not point to the base.cfc of the editor's site???
wubwub Guest
-
Using different versions on one site
Hello, I have two contribute users administering a website. User 1 - administers site using contribute v.2 user 2 - administers site using... -
Multiple versions on one system
Hello, I'm running a program that requires Reader version 3 to work fine. Unfortunately this version is somewhat out of date, so I also need... -
Is there a way to assign multiple variables a single value on a single line?
i tried $f1, $f2, $f3 = '1'; and list($f1, $f2, $f3) = 1; neither work... second obviously cuz its looking for an array on the right side,... -
Using Multiple Versions of the dlls for the app
Hii all, I have a this internal use portal i am working on deployed on a server. My app uses some dlls that are instantiated from the asp pages... -
Upgrading Versions and Site Definitions.
Recently my Work PC was upgraded from Win NT to Win 2000 and from Dreamweaver 4 to Dreamweaver MX. The method for doiing the Dreamweaver portion...



Reply With Quote

