How to restart ColdFusion from the command prompt in Unix
Published on February 07, 2007
By Pete Freitag
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
How to restart ColdFusion from the command prompt in Unix was first published on February 07, 2007.