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)
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)
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.
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".