KonaKart Logo Documentation
Search
Starting Up and Shutting Down KonaKart

Starting Up and Shutting Down KonaKart

If you are not using the default bundled tomcat refer to your chosen servlet container's startup/shutdown procedures. If you have installed the default KonaKart system with a bundled tomcat, you can follow these instructions to startup and shutdown KonaKart:

Starting up KonaKart

The KonaKart Server can be started by executing the following commands:


c:\> %CATALINA_HOME%\bin\startkonakart.bat          (Windows)

$ ${CATALINA_HOME}/bin/startkonakart.sh          (Unix/Linux)

On Windows there are also shortcuts created under the KonaKart program group that can be used to:

  • start the KonaKart Server
  • stop the KonaKart Server
  • launch the KonaKart application in your default browser
  • launch the KonaKart Administration application in your default browser
  • uninstall KonaKart

Shutting down KonaKart

KonaKart can be shut down by executing the following command:


c:\> %CATALINA_HOME%\bin\shutdownkonakart.bat       (Windows)

$ ${CATALINA_HOME}/bin/shutdownkonakart.sh       (Unix/Linux)

On Windows a shortcut is created under the KonaKart program group that can be used to shut down the KonaKart server.