Thanks Dave. Do you ever get any work done? You spend a LOT of time here helping people out - and it's appreciated, I can assure you!
I have installed using the multi server options. I can run both administrators and see the settings for both CF7 and CF8, so i know the servers themselves are going fine. It's only the web servers that are the issue now. I can't use http://localhost:8501 because i have 40-odd web sites they're all set up as virtual sites, and are running with exactly the same code as on the production servers. For example, the first site i have to use under CF8, because we want to use some of the new features, is http://dev.newwaves. Which is to be found on my hdd at C:\sites\Customers\NewWaves\NewWaves.com.au\site\web The next CF8 site is to be http://cms.atalkingdog which will be at E:\sites\Mysites\atalkingdog.com.2008\site\web Do you see the problem with using a simple url like http://localhost:8501 for these? I have about 40 sites (and growing) set up on my dev server/laptop and in any one day i might work on 5 of them. Changing configuration all the time is a pain in the .. well its annoying. That's why i used Apache - because it allows lots of virtual sites. I guess I can change and only have one CF server working at a time. Have a batch file to stop CF7 and start CF8 or the reverse. If i did that, would i only have to just stop the services for one and start the other? or is there more that i'd have to do to switch between one and the other? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 12/13/07, Dave Watts <[EMAIL PROTECTED]> wrote: > > That means (correct my if i'm wrong) that i have ot change those > > IfModule mod_jrun22.c settings in the Apache config. > > To the best of my knowledge, Apache won't let you use two different mod_jrun > connector files. IIS will let you use different connectors for different > virtual servers, but that doesn't help you on Windows XP, which only > supports one virtual server. You may need to ensure that all your sites are > using the newest one, which means upgrading the underlying JRun stuff for > your older install. I would recommend that you look into multiserver > configuration in this case. > > > That's ok but it's not using Apache, and that location is only > > pointing to the locatio nof hte docs and admin. I need to be able to > > access web sites using CF8, while still having CF7 going too. > > Otherwise my sites wont work, and nor will a lot of my > > includes, cfc calls, etc I'd like to be able to just have it > > somehow that the server knows http://dev.clientA is a CF7 > > site, and http://dev.clientB is a CF8 site. > > Why not just have different JRun web servers, so that http://localhost:8500/ > is CF7 and http://localhost:8501/ is CF8? If it's because you need multiple > virtual servers with each, things get more complicated. In that case, again, > I'd recommend the use of multiserver. You might be able to run multiple > copies of Apache (each with its own httpd.conf) but I haven't tried that. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > > Fig Leaf Software provides the highest caliber vendor-authorized > instruction at our training centers in Washington DC, Atlanta, > Chicago, Baltimore, Northern Virginia, or on-site at your location. > Visit http://training.figleaf.com/ for more information! > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 - Build next generation apps today, with easy PDF and Ajax features - download now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294605 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

