I am trying to set up Cruise Control so that it runs as a service. How is this done? Also what difficulties as far as rights go might I run into?
+2
A:
You can check out the official documentation on this. That said, I have done it in the past without having to muck about with anything out of the ordinary.
Martinho Fernandes
2009-12-29 17:56:42
the link points to CruiseControl doc. This is the link to CruiseControl.NET doc: http://confluence.public.thoughtworks.org/display/CCNET/The+Server+Service+Application
The Chairman
2009-12-29 20:12:54
and yet it was accepted as the answer, so I'm guessing it answered the question, or he did not actually test it.
Lasse V. Karlsen
2010-01-01 11:43:31
Sorry for the confusion. I fixed the link now. Thanks Chairman.
Martinho Fernandes
2010-01-01 17:33:29
A:
In the installation folder of CC.NET you will fine two executables viz. ccnet.exe and ccnetservice.exe. The former one is the console mode host and the later a windows service. You can start/stop that service from the windows service controller panel. (Start->Run->Services.msc). Please make sure both the exes have the same contents in the config file.
James
James Poulose
2010-03-17 13:28:16