I’m looking for a simple control panel which can control the start/stop function of a ColdFusion server. Where can I find good tutorials on CFM, other than adobe.com ?
I’m looking for a simple control panel which can control the start/stop function of
Share
What do you mean by control? I may be oversimplifying your question, but you can stop ColdFusion by typing
net stop "ColdFusion 9 application server"into the command prompt and you can start ColdFusion by typingnet start "ColdFusion 9 application server"You can easily create a
.batfile to start and stop your ColdFusion server from these commands.