I just went to run cruisecontrol only to find that it's already running when I thought it shut itself down. For some reason I can't find the pid for cruisecontrol with ps -e in order to use kill. How can I kill this?
feedback
|
migrated from stackoverflow.com Apr 15 '10 at 2:35
This question came from our site for professional and enthusiast programmers.
|
Looking under /my_install_path/cruisecontrol/ I found the file "cc.pid" which contains the PID that I needed to kill.
or more succinctly
| |||
|
feedback
|