Free Trial License (15 minutes)

Starting with Wrapper version 3.5.0, the Java Service Wrapper now include a simple trial license that will allow you to run the Wrapper for up to 15 minutes on any server of your choice, as many times as needed.

The Trial License is fully functional and can be used to try out any of the Wrapper's functionality. It is useful for trying out configurations before generating an actual Development License, or for running quick tests on a new server or platform.

Trial licenses should never be used for production systems.

If you find that you need more than 15 minutes to run the tests, please request a One-Month Trial License or purchase a Server or Development License.

The following is an example of what you will see when running the TestWrapper Example Application with a time limited trial license. If a purchased license is used, then none of the NOTICE messages will be displayed:

Usage Example:
Running TestWrapper Example Application with test action: ...
wrapper  | STATUS | --> Wrapper Started as Console
wrapper  | STATUS | Java Service Wrapper Professional Edition 32-bit 3.x.x
wrapper  | STATUS |   Copyright (C) 1999-2023 Tanuki Software, Ltd.  All Rights Reserved.
wrapper  | STATUS |     https://wrapper.tanukisoftware.com
wrapper  | NOTICE | 
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | Thank you for your interest in the Java Service Wrapper.
wrapper  | NOTICE | 
wrapper  | NOTICE | You are running with a full featured trial License Key which will allow
wrapper  | NOTICE | you to run or restart the Java Service Wrapper as many times as you
wrapper  | NOTICE | like.  Each invocation of the Wrapper will shutdown automatically after
wrapper  | NOTICE | 15 minutes.
wrapper  | NOTICE | 
wrapper  | NOTICE | This limited trial License Key is useful for quick configuration tests
wrapper  | NOTICE | on various machines without the need to request a trial license.  If
wrapper  | NOTICE | more time is required, you can also immediately obtain a one-month Free
wrapper  | NOTICE | trial license:
wrapper  | NOTICE |   https://wrapper.tanukisoftware.com/trial
wrapper  | NOTICE | 
wrapper  | NOTICE | The Java Service Wrapper requires a License Key to activate the
wrapper  | NOTICE | software.  License Keys can be purchased on the Java Service Wrapper
wrapper  | NOTICE | web site:
wrapper  | NOTICE |   https://wrapper.tanukisoftware.com/purchase
wrapper  | NOTICE | 
wrapper  | NOTICE | This trial License Key in intended for testing and development and
wrapper  | NOTICE | should not be used as part of a production environment.
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | 
wrapper  | STATUS | 
wrapper  | STATUS | Launching a JVM...
jvm 1    | INFO   | WrapperManager: Initializing...
jvm 1    | INFO   | TestWrapper: Initializing...
jvm 1    | INFO   | TestWrapper: start()
jvm 1    | INFO   | TestWrapper: An action was not specified.  Default to "dialog".  Use "help" for list of actions.
jvm 1    | INFO   | TestWrapper: ActionServer Enabled. 
jvm 1    | INFO   | TestWrapper:   Telnet localhost 9999
jvm 1    | INFO   | TestWrapper:   Commands: 
jvm 1    | INFO   | TestWrapper:     S: Shutdown
jvm 1    | INFO   | TestWrapper:     H: Expected Halt
jvm 1    | INFO   | TestWrapper:     R: Restart
jvm 1    | INFO   | TestWrapper:     D: Thread Dump
jvm 1    | INFO   | TestWrapper:     U: Unexpected Halt (Simulate crash)
jvm 1    | INFO   | TestWrapper:     V: Access Violation (Actual crash)
jvm 1    | INFO   | TestWrapper:     G: Make the JVM appear to be hung.
jvm 1    | INFO   | TestWrapper:
jvm 1    | INFO   | TestWrapper: Showing dialog...
jvm 1    | INFO   | <cut further application output>
wrapper  | NOTICE | 
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | This trial license will shutdown in 5 minute(s).
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | 
jvm 1    | INFO   | <cut further application output>
wrapper  | NOTICE | 
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | This trial license will shutdown in 1 minute(s).
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | 
jvm 1    | INFO   | <cut further application output>
wrapper  | NOTICE | 
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | Thank you for trying out the Java Service Wrapper.
wrapper  | NOTICE | 
wrapper  | NOTICE | The term for this limited trial License Key has expired and the Wrapper
wrapper  | NOTICE | will now shutdown.  The limited trial License Key allows you to rerun
wrapper  | NOTICE | the Wrapper as many times as you need for your tests.  If more time is
wrapper  | NOTICE | required, you can also immediately obtain a one-month Free trial
wrapper  | NOTICE | license:
wrapper  | NOTICE |   https://wrapper.tanukisoftware.com/trial
wrapper  | NOTICE | 
wrapper  | NOTICE | The Java Service Wrapper requires a License Key to activate the
wrapper  | NOTICE | software.  License Keys can be purchased on the Java Service Wrapper
wrapper  | NOTICE | web site:
wrapper  | NOTICE |   https://wrapper.tanukisoftware.com/purchase
wrapper  | NOTICE | ------------------------------------------------------------------------
wrapper  | NOTICE | 
jvm 1    | INFO   | TestWrapper: stop(0)
wrapper  | STATUS | <-- Wrapper Stopped