Tag: service

  • GitBucket as a service on Debian

    If you want to host your own Git Server you have multiple possibilities. Here I want to describe how to run GitBucket, an Open Source GitHub like platform. The focus of this article is to show you how to setup GitBucket as a service (incl. autostart) on a Debian OS. Installation in short Java 8…

  • Windows or Java Application as Windows Service

    Windows applications see: http://www.serverhowto.de/Applikationen-als-Dienste-einrichten.228.0.html Java applications (JAR) We use YAJSW to create a service wrapper for the JAR application. Precondition: Download YAJSW Java 1.5 or higher (to check call java -version) NOTE: to display system tray java 1.6 is required. For thread dump with locks java 1.6 is required. How-to use (src): Unpack the zip file…