Skip to main content
Participant
January 17, 2013
Answered

ColdFusion 10 - Managing Windows Services

  • January 17, 2013
  • 2 replies
  • 969 views

In previous versions of ColdFusion, we had "jrunsvc" to help manage Windows Services. We could add, edit, and delete Windows Services for one or more instances of ColdFusion that we were running. What, if anything, exists now in ColdFusion 10 to manage the Windows Services for the CF instances we run?

This topic has been closed for replies.
Correct answer mtangorre

Found it. Seems silly to have this tool for each instance but alas, here it is.

C:\ColdFusion10\cfusion\bin\coldfusionsvc.exe -help

2 replies

mtangorreAuthorCorrect answer
Participant
January 23, 2013

Found it. Seems silly to have this tool for each instance but alas, here it is.

C:\ColdFusion10\cfusion\bin\coldfusionsvc.exe -help

Priyank Shrivastava.
Inspiring
January 17, 2013

Hi there,

Same thing exist in ColdFusion 10 as well, you can edit, delete the ColdFusion instance.

Thanks

Priyank

Thanks, Priyank Shrivastava
mtangorreAuthor
Participant
January 17, 2013

Right... but I am asking about the Windows Services for each instance....

How do you manage the ColdFusion Windows Services from the command line? I want to be able to add/edit/delete CF instance Windows Services.... Can that be done from the command line in a similar way to using jrunsvc in previous versions of CF?