blob: 22942acd1a6d34c00c5722f3b776ccf5981059b1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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/
|