Windows XP / Apache / CF7 & CF8 side by side
Most ColdFusion people run their development environment using Windows XP and Apache, since IIS for XP allows a single site -- IIS for Vista allows multiple sites btw. I personally run VMWare and I have separate vms for cf7 and cf8, but if you're one of those who already has everything set up and want/need to run cf7 and cf8 side by side, check out Tom's article explaining step by step how to get it done.
http://www.robgonda.com/blog/trackback.cfm?FAF4738E-9EE9-E7ED-00939387B87B21F7




cheers..
I used to run Apache just like Tom explains, and now running two versions sounds like a great deal for most developers... you can even script NET Start/Stop for all cf7/cf8 services so they don't use resources.
How would you run code against multiple CF versions at once using IIS on XP?
http://carehart.org/blog/client/index.cfm/2007/8/2...
Hope that may help some.
Or if you meant using multiple sites, just one at a time, like Phil mentioned, well, I just want to note that I did mention that too. If you mean something else, or if you could share more on the xml templates aspect, I'm sure readers would enjoy another "insert into the (solution) database". :-)
Btw, you demoed some code at one of your presentations about different configuration between development and production (with ColdSpring). Any chance to get you to blog about it or post the code?