2

I'm trying to setup a standalone java service using commons-daemon (procrun)

Does anyone know where to get procrun and how to get it up and running?

Are there any alternatives? (I would use Java Service Wrapper but I can't use GPL Licensed code)

skaffman
  • 398,947
  • 96
  • 818
  • 769
ScArcher2
  • 85,501
  • 44
  • 121
  • 160
  • I found this guide and was able to get it working. I had to download tomcat and copy the tomcat.exe and tomcatw.exe to another directory and rename them. Those files are "procrun". http://blog.platinumsolutions.com/node/234 – ScArcher2 Nov 11 '09 at 15:05
  • see also http://stackoverflow.com/questions/1624841/could-java-be-used-to-write-a-win32-system-service – Trevor Harrison Nov 11 '09 at 15:40

4 Answers4

2

The procrun binaries are hard to find, but they can be located here in case anyone else is looking for them.

Ulrich Palha
  • 9,411
  • 3
  • 25
  • 31
1

This page does contain the download.

http://www.apache.org/dist/commons/daemon/binaries/windows/

This page tells you what you need.

http://commons.apache.org/daemon/binaries.html

Speck
  • 2,259
  • 1
  • 20
  • 29
0

You mentioned that you can't run "Java Service Wrapper" because its GPL. You didn't provide a link, but there is JSL which isn't GPL (according to their license page). I have used this in the distant past.

Trevor Harrison
  • 1,744
  • 1
  • 14
  • 20
-1

It's right there under Download on the site you provided yourself

Daemon Downloads

jitter
  • 53,475
  • 11
  • 111
  • 124