Greetings,
I have a server with Windows Server 2008, IIS 7, Cf9.0.2 updated with all of the latest patches and hot fixes, multi server installation. I have 4 websites running in the cfusion instance. I want to create a 2nd CF instance and connect siteB to the 2nd CF instance. I created a 2nd CF instance and cannot get siteB to work. I get Service Unavailable when trying to hit the website. I created a test.html in the siteB's root directory and get same Service Unavailable error when I try to go to the html page. Any ideas are greatly appreciated. here is what I did to create the instance
- CF admin, Instance manager, create a new instance with the option to create a Windows service
- copy JRun4/bin/jvm.config to jvmSiteB.config
- jrunsvc -remove {newly created service}
- jrunsvc -install CF instance 2 with -config full_path_to\jvmSiteB.config
- WebConfig Tool to create connector for the IIS website siteB connecting it to the newly created Windows service from 2 steps above. I checked configure it for CF
- reboot
- went into IIS and checked the Handler mappings and the handlers for the cfm files are correct.
The 3 websites in the CFUSION instance work
I am stumped. Any help is appreciated!
Joe