diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-14 06:14:42 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-09-14 06:14:42 +0000 |
commit | 2ce2c36df0547ad18478338db0d286f2a5c5c120 (patch) | |
tree | 4214e31619f64d4c421345c75b6d7cf1d82f039a /sysutils/Makefile | |
parent | 4cbf9214764acdbcd946f945eb10a98173385110 (diff) |
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/
Notes
Notes:
svn path=/head/; revision=199475
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 |