How do I setup a standalone java application to run as a service using procrun?

2.3k views Asked by At

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)

4

There are 4 answers

0
Speck On BEST ANSWER

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

1
jitter On

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

Daemon Downloads

0
Trevor Harrison On

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.

0
Ulrich Palha On

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