I've been wrestling with Coldfusion 11 for a the past couple of days attempting to start the server so I can at launch the program. But, no matter what I do or try it won't start.
When I go into terminal and type:
/Applications/ColdFusion11/cfusion/bin
Results in: No such file or directory
The folder is at that location, everything is there.
So I'll try to start Coldfusion via Terminal
Results in: You must be the root user to configure the ColdFusion to start on System boot. Start ColdFusion as "sudo ./coldfusion start" to configure.
Once it has been configured, start ColdFusion as "./coldfusion start" to run ColdFusion as non-root user.
Then I'll try
sudo ./coldfusion start
Results in: sudo: ./coldfusion: command not found
What am I doing wrong?