Setting up KonaKart as a Windows Service

You can run KonaKart as a Windows Service if you wish. A special service.bat file is provided (in the KonaKart/bin directory) to make the installation and removal of KonaKart as a service extremely straightforward.

To install KonaKart as a service run:


REM ---------------------------------------------------------------------------------------
REM To install KonaKart as a Windows Service
REM ---------------------------------------------------------------------------------------
 
C:\Program Files\KonaKart\bin>service install
Installing the service 'KonaKart' ...
Using CATALINA_HOME:    C:\Program Files\KonaKart
Using CATALINA_BASE:    C:\Program Files\KonaKart
Using JAVA_HOME:        C:\Java\jdk1.6.0_12\
Using JVM:              C:\Java\jdk1.6.0_12\\jre\bin\server\jvm.dll
The service 'KonaKart' has been installed.

To remove KonaKart as a service run:


REM ---------------------------------------------------------------------------------------
REM To remove KonaKart as a Windows Service
REM ---------------------------------------------------------------------------------------
 
C:\Program Files\KonaKart\bin>service remove KonaKart
The service 'KonaKart' has been removed