Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
tanukiwrapper: Java Service Wrapper
- Summary
- 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
Changelog
- * Tue Oct 17 10:00:00 2006 Ville Skyttä <scop at jpackage.org> - 0:3.2.3-1jpp
-
- 3.2.3.
- Drop unneeded xml-commons-apis and xerces-j2 dependencies.
- Fix gcj lib name.
- * Fri Oct 13 10:00:00 2006 Ville Skyttä <scop at jpackage.org> - 0:3.2.2-1jpp
-
- 3.2.2.
- * Fri Aug 4 10:00:00 2006 Vivek Lakshmanan <vivekl{%}redhat{*}com> - 0:3.2.1-2jpp
-
- Add conditional AOT compilation with GCJ.
- Add Requires(X) where appropriate.
- Add patch to add -lm in x86-32 Makefile.
- Conditionally apply patch to avoid use of obscure property
not supported on GCJ.
- Add missing makefiles for architectures pertinent to FC.