Java Service Wrapper Community Edition is designed to be a configurable utility that allows Java programs to be installed and controlled like native NT or Unix services.
The package includes fault correction software to automatically restart crashed or frozen JVMs.
Here are some key features of "Java Service Wrapper Community Edition":
· Ability to run as a Windows Service
· Ability to run as a UNIX daemon
· Codeless Integration
· Capture and logging of all console output from JVM
· Flexible classpath configuration, including wildcards
· Custom working directory
· JVM Monitoring and restart functionality
· Single instance enforcement
· Ability to control process priority
· Triggered JVM shutdowns, restarts, and thread dumps
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Fix a problem in the AppCommand.bat.in file where a parenthesis in the file name of the Wrapper binary would have caused a "PATH was unexpected at this time" error.
· (Standard / Professional Edition)
· Fix a problem when using a localized version of the Wrapper on Windows 64-bit platforms where the Wrapper would continue to use the default system language even wrapper.lang was used to specify a different language. Introduced in 3.5.12.
· Fix a problem in the Windows AppCommand.bat.in command based batch file where the 'status' command was incorrectly being reported as 'query' in the usage output. The 'status' command had always worked correctly if used.
· Fix a problem on UNIX platforms where some asynchronous messages were causing a warning message "Coding Error..." to be logged in place of the intended message. This could be seen if the configured log file did not have write permissions. Other than the incorrect log message, the Wrapper worked correctly. Introduced in 3.5.2.
· Fix a problem...