[
https://issues.apache.org/jira/browse/CASSANDRA-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Todd Kochheiser updated CASSANDRA-292:
--------------------------------------
Attachment: windows.zip
The attached windows.zip file contains a contrib that allows you to run
Cassandra as a WIndows Service. It should be unzipped under the contrib
directory. It includes an Ant build script and unit test. I've included in
the bin directory everything needed to use it and building it isn't technically
necessary.
Items to note:
* Uses Apache Procrun
* Simple service.bat file to install/remove service (>service install)
* Delegates to CassandraDaemon class
* Binaries included for 32 bit and 64 bit
* Configuration utility included (cassandraw.exe)
* Tested against Cassandra 0.6.1 and 0.6.3
* Tested on Windows XP (32bit), Windows 7 (64bit) and Windows Server 2008 R1/R2
(64bit)
Please review the README.txt file.
> Cassandra should be runnable as a Windows service and distribute a Windows
> installer
> ------------------------------------------------------------------------------------
>
> Key: CASSANDRA-292
> URL: https://issues.apache.org/jira/browse/CASSANDRA-292
> Project: Cassandra
> Issue Type: New Feature
> Components: Tools
> Environment: OS: Windows
> Reporter: Michael Greene
> Priority: Minor
> Attachments: windows.zip
>
>
> In addition to the tarballs already distributed, Cassandra should distribute
> an exe installer that can install the Cassandra daemon as a Windows service.
> Tomcat's NSIS scripts can be used as a reference for the installer:
> http://svn.apache.org/repos/asf/tomcat/trunk/res/
> Apache Commons Daemon's procrun would probably be used to create the Win32
> service: http://commons.apache.org/daemon/procrun.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.