TrackStudio Enterprise 3.2
Running as Windows Service

The following topic describes how to run TrackStudio as a Windows service.

HSQLDB (TrackStudio SA default DBMS)

 

To install HSQLDB as a Windows service:
>hsqlService /install
Installed service 'hsqlService'.
To run HSQLDB as a Windows service:
>hsqlService /start
Starting service 'hsqlService'.
To stop the Windows service:
>hsqlService /stop
Stopping service 'hsqlService'.
Service stopped
To uninstall the Windows service:
>hsqlService /uninstall
Uninstalled service 'hsqlService'.

 

Jetty (TrackStudio SA default application server)

 

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 the Windows service:
>jettyService /stop
Stopping service 'jettyService'.
Service stopped
To uninstall the Windows service:
>jettyService /uninstall
Uninstalled service 'jettyService'.
Copyright (c) 2002-2006. All rights reserved.
What do you think about this topic? Send feedback!