https://issues.apache.org/jira/browse/CASSANDRA-292 points to http://commons.apache.org/daemon/procrun.html which is used by other Apache software to implement Windows services in Java. CassandraDaemon conforms to the Commons Daemon spec. On Fri, Apr 23, 2010 at 2:20 PM, Jonathan Ellis <jbel...@gmail.com> wrote:
> you could do it with standard techniques to run java apps as windows > services. i understand it's a bit painful. > > On Fri, Apr 23, 2010 at 2:05 PM, S Ahmed <sahmed1...@gmail.com> wrote: > > Is it possible to have Cassandra run in the background on a windows > server? > > i.e. as a service so if the server reboots, cassandra will automatically > > run? > > I really hate how windows handles services.... >