On Tue, Mar 2, 2010 at 4:23 AM, Tom Chiverton <[email protected]> wrote: > Well, of course, but I don't understand how differing live and development > environments is ever a good thing.
As Kevin pointed out, different people have development environments. Some in a very isolated corporate environment may work on one (and one only) application for years, perhaps even a decade. Others are consultants who might work on 3 or 4 different client projects in a single day, hosted in 4 different ways on 4 different platforms. Like many things in technology, the important thing is matching your solution to your problem. Not declaring one "right" solution barring all others. Personally, I find that making all HTTP requests relative and making all CF code use self discovering mappings (Application.cfc) gives me the most flexibility with minimal configuration. Your work environment may be entirely different, and your development environment may very well be a mirror image of production. Mine isn't. Ever. -Cameron -- Cameron Childress Sumo Consulting Inc http://www.sumoc.com --- cell: 678.637.5072 aim: cameroncf email: [email protected] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331248 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

