User Tools

Site Tools


java:javaservice

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
java:javaservice [2012/04/26 20:58] – creado rlunarojava:javaservice [2022/12/02 22:02] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Create your own java windows services using the Jboss service wrapper ======
 +
 +===== Introduction =====
 +
 +
 +Java doesn't fit well with windows services nor daemons. Probably in Java 7 or further versions, resources will be in place to support service integration. While this time comes, Jboss developed an smart wrapper for his Application Server. 
 +
 +With little effort this can be configured to create your own services. However, I've done this work and extracted the "service" part of jboss and here it is: 
 +
 +{{:java:java_service.zip|}}
 +
 +