> Thanks for the input. So what about using relative paths? We are > implementing a stronger development environment > and these component references will change depending on the server. We are > searching for ways to make the code > more flexible so we can easily move from one server to another.
Can't you create a corresponding mapping that points to the right place on each server? You can't really make these values dynamic, as they need to be known at compile-time. Think of them as being part of a method signature. http://en.wikipedia.org/wiki/Method_signature Remember, you can define mappings in Application.cfc. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsi ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343600 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

