> I just KNEW installing CF8 wasnt going to go perfectly. None > of the other versions since CF4 have installed easily for me, > so why would this be any different? > > Anyway, it seemed to install ok, then when i tried to > configure the web server, i started the web server > configuration tool and got the following error message: > > [quote] > The JRun server(s) found on host 127.0.0.1 must be upgraded > to use this version of the Web Server Configuration tool. > [/quote] > > Where do i go from here? > > Just for the record, I have Jrun installed, because it's part of the > CF7 installation that i wish to keep, but apparently it's the wrong > version. I guess the CF8 installation of jrun didnt work. > It's going on my WinXPPro development laptop > > Apart from uninstalling CF8 and starting again, does anyone > have a clue what i should do next?
If you're running Windows XP Pro, I would strongly recommend that you not bother hooking CF up to IIS, especially if you're trying to run multiple versions of CF. IIS 5.1, the version of IIS that is included with XP, only allows one virtual web server. And, it's not the same version of IIS that you'd have on a server anyway - if your goal is to emulate your production environment, this doesn't get you very far. If you must use an external web server with multiple versions of CF on Windows XP, use Apache instead. Again, though, you really don't need this unless there's some specific web server functionality you need on your development laptop. So, again, I'd strongly recommend that you just use the internal web server for CF8. If you must have it listen on TCP/80, you can do that as long as you don't run IIS at the same time. All that said, how exactly is your previous CF install set up? Is it multiserver? If you want to run multiserver, you'll probably want to uninstall CF7 and JRun, install CF8 with the multiserver option, then install CF7 as an EAR file onto a new JRun instance. The version of JRun that comes with CF8 is newer (obviously) than CF7. There is no simple upgrade path for multiserver. However, I think it's generally the best way to run multiple versions of CFMX 7+ on a single machine. Otherwise, try turning CF7 off while you run the web server configuration tool. You don't want it to connect to CF7, just CF8. Presumably, everything's in separate directories if you didn't do the multiserver install. 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:294583 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

