service wrapper
{{Short description|Software to manage background services}}
{{distinguish|operating system service management}}
A service wrapper is a computer program that wraps arbitrary programs thus enabling them to be installed and run as Windows Services or Unix daemons, programs that run in the background, rather than under the direct control of a user. They are often automatically started at boot time. Arbitrary programs cannot run as services or daemons, unless they fulfil specific requirements which depend on the operating system. They also have to be installed in order for the operating system to identify them as such.
Various projects exist offering a Java service wrapper, as Java itself doesn't support creating system services. Some wrappers may add additional functionality to monitor the health of the application or to communicate with it.
See also
External links
{{external links|section|date=August 2024}}
- [https://wrapper.tanukisoftware.com Java Service Wrapper]
- [https://sourceforge.net/projects/yajsw Yet Another Java Service Wrapper]
- [https://sourceforge.net/projects/jslwin Java Service Launcher]
- [https://forge.objectweb.org/projects/javaservice JavaService]
- [https://commons.apache.org/daemon Apache Commons Daemon]
- [https://www.firedaemon.com/ FireDaemon - Run Any Application as a Windows Service]
- [https://www.CoreTechnologies.com/products/AlwaysUp AlwaysUp - Easily run any application as a Windows Service]
- [https://github.com/kohsuke/winsw/ Windows Service Wrapper]
- [https://nssm.cc NSSM]