Reputation: 6430
Is there a way to launch ColdFusion from the command-line?
I am not talking about launching the CF and related services with the net start
command.
I remember doing this in the past. Basically, running CF from the command-line offered two advantages:
It is possible that I'm mis-remembering and that this hasn't been available since ColdFusion 5.0. Is it at all possible with ColdFusion 9?
Update: Environment: Multi-server configuration with JRun.
Upvotes: 5
Views: 7839
Reputation: 2648
In your ColdFusion9/bin
Folder you can find stop.bat
and start.bat
. Executing the latter gives you exactly what you want.
Upvotes: 3
Reputation: 4118
Two ways to do this:
jrun start cfusion
or coldfusion start
or something similar . Post your environment for more specifics.Go to C:\JRun\bin and issue jrun start cfusion
Upvotes: 10