CFIDE pointing to wrong server instance
I am using CF 9 Enterprise and have multi instances (instance and server in CF 9 are used interchangably here - I find the term server to be ambiguous in this case) on the same machine. They share a common CFIDE directory (mounted as a Virtual Directory under the website) and the CFIDE directories under c:\jrun4\servers\<servername>\cfusion.ear\cfusion.war have been renamed.
Problem is the CFIDE's of two of the instances (the last two that were created) are pointing to the same instance (the last one created). I have looked everywhere for a config that controls this but cannot find anything.
So when I go to:
https://cfadmin1/CFIDE/administrator/index.cfm and https://cfadmin2/CFIDE/administrator/index.cfm both sites have Server: cfserver1
I need to know how to change the cfadmin2 console to point to Server: cfserver2
There are a few possible causes:
When the last instance was added, the c:\jrun4\servers\cfserver2\cfusion.ear\cfusion.wa\CFIDE directory not renamed.
This appears to have caused cfserver2 to use that CFIDE directory instead of the shared one. Renaming the directory fixed this problem.
I noticed some issues with the wsconfig.properties file where cfadmin2 was improperly registered, but I:
1) removed it from the cfserver2 instance
2) restarted IIS and the CF services and
3) readded the cfadmin2
to fix that problem.
Also looked at the neo-security.xml and neo-runtime.xml files of the two instances and did not find anything out of the ordinary
Now I am out of ideas...