Skip to main content
CFnewbiehere
New Participant
August 13, 2016
Question

installation issue with launching ColdFusion 2016 server on Mac OS X El Capitan

  • August 13, 2016
  • 2 replies
  • 616 views

I'm installing a developer profile of ColdFusion 2016 to Mac (Version 10.11.6) and I'm having an issue with completing the installation because I can't run the web server. Per the instructions, I went into my applications directory, ColdFusion2016/cfusion/bin to start the server but I don't know where to type the required "./coldfusion start" to start the server. Please help. Thanks.

    This topic has been closed for replies.

    2 replies

    CFnewbiehere
    New Participant
    August 14, 2016

    do I add this to the command line terminal on my mac because that didn't work. Thanks.

    Participating Frequently
    August 14, 2016

    Launch Terminal

    Then run this command

    sudo /Applications/ColdFusion2016/cfusion/bin/coldfusion start

    CFnewbiehere
    New Participant
    August 15, 2016

    Looks like I got it to work. Thank you. Next I'll try installing CF Builder...

    Starting ColdFusion 2016 server ...

    The ColdFusion 2016 server is starting up and will be available shortly.

    ======================================================================

    ColdFusion 2016 server has been started.

    ColdFusion 2016 will write logs to /Applications/ColdFusion2016/cfusion/bin/../logs/coldfusion-out.log

    ======================================================================

    Participating Frequently
    August 14, 2016

    try this   >$ sudo ./coldfusion start  

    You need root access to start ColdFusion on *nix based OSes.