Advance Software
Advance Software

Reputation: 73

Coldfusion11 and Coldfusion8 on same windows server

I need to install cf11 on the same windows 2008 server as an existing cf8 install.

I realise it would be better to have 2 servers but in this case thats not an option open to us so I need specific help with the 2 installs.

The current CF8 is using IIS7.

I have done a bit of spade work and I believe the best way to do this cleanly would be to install a 2nd web server, e.g apache on windows and then configure it with CF11.

I had hoped that I could actually install CF11 and just configure specific iis sites with it, hoping this would leave the cf8 configured sites intact.

Any help would be appreciated.

Upvotes: 0

Views: 300

Answers (1)

Anit Kumar
Anit Kumar

Reputation: 1228

Yes, you can run multiple sites under IIS on the same server, with different versions of ColdFusion. Every connector you create, should be with individual sites and not with "ALL" websites. Different versions of ColdFusion connected with different sites under the same IIS on the same server will not conflict with each other.

Upvotes: 3

Related Questions