Starting TrackStudio as a Windows service

Jetty (applications server, supplied with the TrackStudio SA)

For installing Jetty as a service of Windows:

>jettyService /install
Installed service 'jettyService'.

For starting TrackStudio as a service:

>jettyService /start
Starting service 'jettyService'.

For stopping the service TrackStudio:

>jettyService /stop
Stopping service 'jettyService'.
Service stopped

For uninstalling the service TrackStudio:

>jettyService /uninstall
Uninstalled service 'jettyService'.