Start CodlFusion server...:
Macbook:
Buka terminal:
MacBook-Pro:~ maini$ cd /Applications/ColdFusion2016/cfusion/bin
MacBook-Pro:bin maini$ ./coldfusion start
Tips: drag folder bin dari folder ke terminal untuk dapatkan path bagi folder /bin.
mainis-MacBook-Pro:~ maini$ cd /Applications/ColdFusion2016/cfusion/bin/
mainis-MacBook-Pro:bin maini$ ./coldfusion start
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
======================================================================
mainis-MacBook-Pro:bin maini$
Windows (sumber dari sini):
Start and stop ColdFusion
During ColdFusion installation, you typically start ColdFusion services and processes, and configure them to start and run whenever you start your system. After you perform any of the following actions in the ColdFusion MX Administrator, stop and restart ColdFusion services:
- Enable or disable security
- Change any option in the Java and JVM Settings page
- Enable performance monitoring options, which enable you to use the native Windows performance monitor
The process to follow for starting and stopping ColdFusion services depends on the platform on which ColdFusion is running: Windows NT/2000/XP, Windows 98/ME, or UNIX.
Windows NT/2000/XP
During setup, ColdFusion is installed as a set of system services, which typically start automatically at system startup.
To stop or start ColdFusion Server services manually:
- Click Start > Settings > Control Panel > Administrative Tools > Services (on Windows NT, click Start > Settings > Control Panel > Services).
The Services window opens.
If a service is running, its status is "Started". If it is not running, no status displays. - To stop a service: select it and click Stop.
A prompt asks you to verify that you want to stop the service; click Yes.
The status of the service is no longer shown as "Started." - To start a service: select it and click Start. Its status displays as "Started."
- To restart a service: select it and click Restart. This is identical to Stop and Start.
- Click Close.
The Services window closes.
To configure ColdFusion Server to start automatically or manually:
- In the Services window, double-click a service.
The window for the service opens. - For Startup Type, select Automatic or Manual.
- Click OK.
The configuration is saved. - Click Close.
The Services window closes.