Copy link to clipboard
Copied
The core server localhost:8500/CFIDE/administrator brings up a page just fine.
localhost:8250/CFIDE/ brings up a directory search, but adding administrator to the end produces a blank page with no HTML at all. administrator/index.cfm does the same. However, putting an index.cfm in the root of the IIS site directory and navigating to localhost:8250/ opens that cfm file just fine. I must be missing some property setting/permission, but I've followed the two following guides to the letter.
ColdFusion Help | Web Server Management
Environment: Windows Server 2012 R2. The only installs on it are IIS and CF 2016, all developer settings, using coldfusion internal server..
What are my likely failure points?
Copy link to clipboard
Copied
Hi,
Are these new instances or you are running web server8250 port from the web server. Please share these details.
Thanks,
Priyank
Copy link to clipboard
Copied
Hello Priyank,
In the Enterprise Manager we have the cfusion instance running on 8499 (the guides prescribed not using the default 8500 anymore). Then we have "ServerRemReview" running on 8500.
In IIS, "RemReview" is bound to port 8250. I ran wsconfig and set the connector with the following settings:
AppServer Host: localhost
AppServer Instance: ServerRemReview
Web Server: IIS
IIS Website: RemReview
Everything else was left in its defaults.
I apologize if I missed something basic. I'm the newbie in the team trying to wrap my head around this. We're trying to migrate from CF 9 to CF 2016, so I've gotten a lot of conflicting information on how it should be set up.
Copy link to clipboard
Copied
Hi,
Seems like ColdFusion 9 and ColdFusion 2016 connectors are mixed in IIS. First, remove the ColdFusion 2016 connector and then remove the ColdFusion 9 connector.
Once you remove the connector, please check the Handler Mappings for the individual website and make sure there are no leftover handlers for ColdFusion. Then create the connector with ColdFusion 2016.
Please check this blog. Removing Corrupt Connector Dependencies from IIS | Adobe ColdFusion Blog
Thanks,
Priyank
Copy link to clipboard
Copied
Hello Priyank,
This server has no CF 9 installation. I'm only setting up the CF 2016 environment on this server. The core server instance for the administrator works fine, but the instance for the IIS website isn't.
I've removed and remade the connectors through the wsconfig, but I can't reach http://localhost:8250/CDIFE/administrator.
Copy link to clipboard
Copied
patrickp41016649 wrote
The core server instance for the administrator works fine, but the instance for the IIS website isn't.
Since you can get into the Administrator page of the main instance, you may then try the following. Navigate, in that page, to:
Enterprise Manager => Instance Manager.
Locate the row that corresponds to the new instance, and click on its home icon. The icon looks like this:
Copy link to clipboard
Copied
Hi,
Please share this info.
Go to IIS Manager>Expand your website which is running through this instance. Check, if you have CFIDE virtual directory or not, if you don't see the directory, then you have to add a virtual directory and give the path for CFIDE folder for that instance.
Now, come to ColdFusion2016 folder, navigate to \ColdFusion2016\config\wsconfig\{magic folder}, if you have multiple, then you should which one belongs to that instance. Go inside that folder and open the "uriworkermap.properties" and uncomment this "!/CFIDE/* = cfusion" to "/CFIDE/* = cfusion".
Restart IIS and try again.
Thanks,
Priyank
Copy link to clipboard
Copied
I am having the same issue but I am running Unbuntu...Any assitance is appreciated