• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ColdFusion 11 Developer - starting server on Mac Yosemite

New Here ,
Dec 27, 2015 Dec 27, 2015

Copy link to clipboard

Copied

Hi,

I just installed CF 11 Developer - on Mac Yosemite. I am not having trouble starting the server

MAIN GOAL: not to have server running all the time - just be able to manually start/stop the server when needed...

I went to  app>CF11>cfusion>bin >cf-standalone-startup  and double clicked

this brought up terminal - I entered main user pass then it said:

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.

logout

Q: not sure how to do this part (not a command line guy) Can anyone help with how to proceed with this?

TOPICS
Getting started

Views

3.2K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 10, 2016 Mar 10, 2016

Copy link to clipboard

Copied

LATEST

To configure ColdFusion to start on System boot

1. Navigate to bin

    yourComputerName:~ yourUserName$ cd /Applications/ColdFusion11/cfusion/bin/

2. Enter sudo ./coldfusion start

    yourComputerName:bin yourUserName$ sudo ./coldfusion start

3. Password

4. CF 11 installed

5. Enter ./coldfusion start

    yourComputerName:bin yourUserName$ ./coldfusion start

6. Server started

To start and stop server

Write 2 scripts (as below) and save each as an Application. Thereafter just click on either to start or stop the server i.e. start serverInstance.

tell application "Terminal"

    activate

    do script "/Applications/ColdFusion11/serverInstance/bin/coldfusion start"

end tell


do shell script "/Applications/ColdFusion11/serverInstance/bin/coldfusion stop"

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation