TrackStudio Enterprise 3.1
Running as Windows Service

This topic describes how to run TrackStudio as Windows service.

HSQL Database
  • To install HSQL Database as a Windows service:
>hsqlService /install
Installed service 'hsqlService'.
  • To run HSQL Database as a Windows service:
>hsqlService /start
Starting service 'hsqlService'.
  • To stop a Windows service:
>hsqlService /stop
Stopping service 'hsqlService'.
Service stopped
  • To uninstall a Windows service:
>hsqlService /uninstall
Uninstalled service 'hsqlService'.
Jetty
  • To install Jetty as a Windows service:
>jettyService /install
Installed service 'jettyService'.
  • To run TrackStudio as a Windows service:
>jettyService /start
Starting service 'jettyService'.
  • To stop a Windows service:
>jettyService /stop
Stopping service 'jettyService'.
Service stopped
  • To uninstall a Windows service:
>jettyService /uninstall
Uninstalled service 'jettyService'.
Copyright (c) 2002-2005. All rights reserved.