How to start and stop coldfusion on macs
If you need to start and stop ColdFusion via terminal on macs then here is how
Start terminal (hold apple and hit the space bar and type in terminal into spotlight).
Then to start CF type in:
sudo /Applications/ColdFuions8/bin/coldfusion start
and to stop it type in:
sudo /Applications/ColdFusion8/bin/coldfusion stopDepending on how you've installed CF you may want to run the start/stop command via this command:
sudo /Applications/ColdFusion8/runtime/bin/jrun -start coldfusion
OR
sudo /Applications/ColdFusion8/runtime/bin/jrun -stop coldfusion





I don't have CF installed in single server installation, so I can't say whether the app launcher is available for this, too.