Service Wrapper
   HOME

TheInfoList



OR:

A service wrapper is a
computer program A computer program is a sequence or set of instructions in a programming language for a computer to Execution (computing), execute. It is one component of software, which also includes software documentation, documentation and other intangibl ...
that wraps arbitrary programs thus enabling them to be installed and run as
Windows Service In Windows NT operating systems, a Windows service is a computer program that operates in the background. It is similar in concept to a Unix daemon. A Windows service must conform to the interface rules and protocols of the Service Control Manag ...
s 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 A boot is a type of footwear. Most boots mainly cover the foot and the ankle, while some also cover some part of the lower calf. Some boots extend up the leg, sometimes as far as the knee or even the hip. Most boots have a heel that is clearl ...
time. Arbitrary programs cannot run as services or daemons, unless they fulfil specific requirements which depend on the
operating system An operating system (OS) is system software that manages computer hardware and software resources, and provides common daemon (computing), services for computer programs. Time-sharing operating systems scheduler (computing), schedule tasks for ...
. 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 Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
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

*
Windows Service In Windows NT operating systems, a Windows service is a computer program that operates in the background. It is similar in concept to a Unix daemon. A Windows service must conform to the interface rules and protocols of the Service Control Manag ...
* Unix daemon


External links

{{external links, section, date=August 2024
Java Service Wrapper

Yet Another Java Service Wrapper

Java Service Launcher

JavaService

Apache Commons Daemon

FireDaemon - Run Any Application as a Windows Service

AlwaysUp - Easily run any application as a Windows Service

Windows Service Wrapper

NSSM
Java platform software Windows services