Set Up Your Web Development Environment on Mac OS X Leopard

First off, a massive thanks to Nick Tong for helping me with my transition to a Mac, and answering some seemingly dumb questions.

If you're new to a Mac, you're probably feeling the "parralell dimension" syndrome. Getting to grips with general tasks seems daunting enough, and even touching on your local development environment is a far off dream. Here are a few tips for setting up your dev environment that I wish I'd known before :

[More]

Stop / Start / Restart ColdFusion on Mac OS X Leopard

Standalone server :

sudo /Applications/Coldfusion8/bin/coldfusion start
sudo /Applications/Coldfusion8/bin/coldfusion stop
sudo /Applications/Coldfusion8/bin/coldfusion restart

JRUN server :

sudo /Applications/JRun4/bin/jrun -start cfusion
sudo /Applications/JRun4/bin/jrun -stop cfusion
sudo /Applications/JRun4/bin/jrun -restart cfusion

BlogCFC was created by Raymond Camden. This blog is running version 5.9.1.002. Contact Blog Owner