diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-09-14 14:14:42 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-09-14 14:14:42 +0800 |
commit | 823e2ffb8d3c9a8ca1f364c0f5b72d50f45fb903 (patch) | |
tree | 5449de29abf0029b35deb85e90f5ac3bcda8a68f /sysutils/Makefile | |
parent | 314063bd7f3afcf1d04a1609ca7f7536c0c9f9fb (diff) | |
download | freebsd-ports-gnome-823e2ffb8d3c9a8ca1f364c0f5b72d50f45fb903.tar.gz freebsd-ports-gnome-823e2ffb8d3c9a8ca1f364c0f5b72d50f45fb903.tar.zst freebsd-ports-gnome-823e2ffb8d3c9a8ca1f364c0f5b72d50f45fb903.zip |
The Java Service Wrapper is an application which has evolved out of a desire
to solve a number of problems common to many Java applications:
- Run as a Windows Service or Unix Daemon.
- Application Reliability.
- Standard, Out of the Box Scripting.
- On Demand Restarts.
- Flexible Configuration.
- Ease Application Installations.
- Logging.
WWW: http://wrapper.tanukisoftware.org/
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b6012deaf92e..a333c2c5fefe 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -316,6 +316,7 @@ SUBDIR += jailme SUBDIR += jailuser SUBDIR += jailutils + SUBDIR += javaservicewrapper SUBDIR += jdiskreport SUBDIR += jkill SUBDIR += jps |