How to restart ColdFusion from the command prompt in Unix

by Pete Freitag

Need to restart coldfusion from the command prompt in unix or linux? Chances are one of the following commands will work:

/etc/init.d/coldfusion restart

Or

/opt/coldfusionmx/bin/coldfusion restart

Or

service coldfusion restart

Or

/etc/init.d/coldfusionmx restart