Each Redbex Application Server Instance is installed as a separate Windows Service.
A Windows Service is an advanced component/feature of Microsoft Windows that supports the management of long running, background processes and applications.
Unlike regular programs that are started by a user and run only while that user is logged on, a Windows Service application can start before any user logs on and can continue to run even after all users have logged off.
Following chapters give some basic information on how to manage these services.