olegarg
olegarg

Reputation: 31

ColdFusion 2016 stopped rendering website after Mac software update

ColdFusion 2016 stopped rendering website files in browser after I updated my Mac software to latest one, Mojave 10.14.1. Instead of seeing the rendered page in the browser I can see my repository files only.

Directory Listing1 Screen Shot

Directory Listing2 Screen Shot

I noticed that some previous settings regarding local server and Apache were removed after update. I did restore missing settings back how they were before and even reinstalled ColdFusion 2016, but still have that problem with rendering websites on the ColdFusion platform.

After running /Applications/ColdFusion2016/cfusion/runtime/bin and sudo ./wsconfig, I the get Web Server Configuration Window with content inside

 [ localhost ] Apache : /private/etc/apache2. 

Is there anyone who can help to resolve this issue please?

Upvotes: 2

Views: 296

Answers (2)

olegarg
olegarg

Reputation: 31

After testing ColdFusion 2016 platform using port :8500 I found out that CF server uses Tomcat path (wrong path) instead of Apache one (for Mac virtual directory file: httpd-vhost.conf) and both of them are running at the same time.

Upvotes: 1

James A Mohler
James A Mohler

Reputation: 11120

Change the directory to

 /Application/ColdFusion2016/cfusion/runtime/bin

Run

sudo ./wsconfig

The documentation does not mention sudo, but I am suggesting it to be safe.

Source: https://helpx.adobe.com/coldfusion/configuring-administering/web-server-management.html

Upvotes: 1

Related Questions