-----------------------------------------------------------------------------
Java Service Wrapper Professional Edition 3.5.37-pro
Copyright (C) 1999-2018 Tanuki Software, Ltd. All Rights Reserved.
https://wrapper.tanukisoftware.com
-----------------------------------------------------------------------------

Summary:

1. What is the Java Service Wrapper?
2. Documentation
3. Installation
4. License Options
5. How to buy
6. Getting Updates
7. FAQ
8. Support
9. System Requirements

1. What is the Java Service Wrapper?
-----------------------------------------------------------------------------

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.

Some of the Wrapper's features are:
* Run a Java application as a Windows Service or Unix Daemon
* Java Application Reliability
* Automatic Crash, Freeze, and Deadlock Detection and Recovery
* On-Demand Restarts
* Standard, Out of the Box Scripting
* Flexible Cross Platform Configuration
* Ease Application Installations
* Logging
* Many more...

See our download page for a more detailed feature list.
=> https://wrapper.tanukisoftware.com/doc/english/download.jsp

For more information please visit:
=> https://wrapper.tanukisoftware.com/doc/english/introduction.html

2. Documentation
-----------------------------------------------------------------------------

Please visit our website for full documentation.
Here are some ways to get you started.

* Complete documentation can be found online:
=> https://wrapper.tanukisoftware.com/
* How to integrate the Java Service Wrapper with an Application
=> https://wrapper.tanukisoftware.com/doc/english/integrate.html
* Configuration Properties
=> https://wrapper.tanukisoftware.com/doc/english/properties.html
* HOWTOs
=> https://wrapper.tanukisoftware.com/doc/english/howto.html
* Javadocs, for advanced users
=> https://wrapper.tanukisoftware.com/doc/english/javadocs.html
* Tanuki Software, Ltd. Corporate site:
=> https://www.tanukisoftware.com/

3. Installation
-----------------------------------------------------------------------------

If you are reading this, it means you successfully unpacked this software.

The Standard and Professional Editions of the Java Service Wrapper ship with
a time limited, but full featured, trial license key which allows you to run
the Wrapper as many times as you want for up to 15 minutes. This is meant
for quick no hassle testing.

You can also request a FREE 1 month trial license which allows you to run the
Wrapper for a full month on a single server. Trial licenes can be obtained
at the following URL:
=> https://wrapper.tanukisoftware.com/doc/english/requestTrial.jsp

Permantent licenses can also be purchased at the following URL:
=> https://wrapper.tanukisoftware.com/doc/english/accountLicenses.jsp

If you have already purchased a license, you can generate and download your
license key by logging on and viewing your License Management Page.
For Server Licenses:
=> https://wrapper.tanukisoftware.com/doc/english/accountServerLicenses.jsp
For Development Licenses:
=> https://wrapper.tanukisoftware.com/doc/english/accountDevLicenses.jsp

Depending on the specific type of Java application that will be run with the
Wrapper, there are a few integration options available:
=> https://wrapper.tanukisoftware.com/doc/english/integrate.html

4. License Options
-----------------------------------------------------------------------------

The Java Service Wrapper is made available in under three types of licenses.

* Development License Agreement (Commercial)
* Server License Agreement (Commercial)
* Community License Agreement (GPL2)

For more information, please browse our license overview:
=> https://wrapper.tanukisoftware.com/doc/english/licenseOverview.html

5. How to buy
-----------------------------------------------------------------------------

If you are interested in the features available with our Standard or
Professional Editions, licenses can be purchased online:
=> https://wrapper.tanukisoftware.com/doc/english/accountLicenses.jsp

6. Getting Updates
-----------------------------------------------------------------------------

You can always find the latest Wrapper release on our download page:
=> https://wrapper.tanukisoftware.com/doc/english/download.jsp

We also offer an upgrade guide:
=> https://wrapper.tanukisoftware.com/doc/english/howto-upgrade.html

7. FAQ
-----------------------------------------------------------------------------

Please see our general FAQ page:
=> https://wrapper.tanukisoftware.com/doc/english/faq.html

We also offer Troubleshooting, HOWTOs, and a Question & Answers page:
=> http://wrapper.tanukisoftware.com/doc/english/troubleshooting.html
=> http://wrapper.tanukisoftware.com/doc/english/howto.html
=> http://wrapper.tanukisoftware.com/doc/english/qna.html

8. Support
-----------------------------------------------------------------------------

Please see the following page for support options:
=> https://wrapper.tanukisoftware.com/doc/english/support.jsp

9. System Requirements
-----------------------------------------------------------------------------

A full list of supported platforms and system requirements can be found
online:
=> https://wrapper.tanukisoftware.com/doc/english/supported-platforms.html

-----------------------------------------------------------------------------
Copyright (C) 1999-2018 Tanuki Software, Ltd. All Rights Reserved.

Java Service Wrapper--来自官网文件的更多相关文章

  1. 利用Java Service Wrapper将java项目添加到windows服务中

    1.web项目,即tomcat/resin添加至window系统服务,步骤如下:第一步:找到tomcat的bin目录,如:D:\apache-tomcat-8.0.26\bin第二步:打开cmd,cd ...

  2. Java Service Wrapper将java程序设置为服务

    有时候我们希望我们java写的程序作为服务注册到系统中,Java Service Wrapper(下面简称wrapper)是目前较为流行的将Java程序部署成Windows服务的解决方案, 本文将讨论 ...

  3. Java Service Wrapper 发布Java程序为Windows服务

    下载Windows版本:https://www.krenger.ch/blog/java-service-wrapper-3-5-37-for-windows-x64/ 转自:F:\java\bhGe ...

  4. java服务安装(一):使用java service wrapper及maven打zip包

    目录(?)[+] 1概述 1_1为什么要用服务形式运行 1_2如何让java程序以服务形式运行 1_3打包需求 2程序示例 3maven打zip包 3_1maven-assembly-plugin介绍 ...

  5. 使用Java Service Wrapper在Linux下配置Tomcat应用

    前言 Java Service Wrapper是Tanuki Software的一个产品,可以将Java应用注册成Windows或Linux服务,使其可以随系统开机启动,同时可以监控Java应用的状态 ...

  6. java service wrapper日志参数设置及优化

    一般在容器比如tomcat/weblogic中运行时,我们都是通过log4j控制日志输出的,因为我们现在很多服务端使用java service wrapper(至于为什么使用jsw,原先是比较排斥使用 ...

  7. Java Service Wrapper 发布Java程序或者jar包为Windows服务

    下载Windows版本:http://nchc.dl.sourceforge.net/sourceforge/wrapper/wrapper-windows-x86-32-3.2.3.zip 现在目前 ...

  8. Java Service Wrapper简介与使用

    在实际开发过程中很多模块需要独立运行,他们并不会以web形式发布,传统的做法是将其压缩为jar包独立运行,这种形式简单易行也比较利于维护,但是一旦服务器重启或出现异常时,程序往往无法自行修复或重启.解 ...

  9. 使用 Java Service Wrapper 启动java后台进程服务

    Java Service Wrapper (http://wrapper.tanukisoftware.com/doc/english/product-overview.html)可以很方便得在各个平 ...

随机推荐

  1. WPF MeasureOverride和 ArrangeOverride做个 页面导航

    public class NavigationPanel:Panel { protected override Size MeasureOverride(Size availableSize) { S ...

  2. 尝试asp.net mvc 基于controller action 方式权限控制方案可行性(转载)

    微软在推出mvc框架不久,短短几年里,版本更新之快,真是大快人心,微软在这种优秀的框架上做了大量的精力投入,是值得赞同的,毕竟程序员驾驭在这种框架上,能够强力的精化代码,代码层次也更加优雅,扩展较为方 ...

  3. appium精简教程

    环境配置 package appium; import io.appium.java_client.android.*; import java.io.File; import java.io.IOE ...

  4. ubuntu下sqlite命令

    介绍 Linux上的小巧的数据库,一个文件就是一个数据库. 安装Sqlite3 要安装 Sqlite3,可以在终端提示符后运行下列命令: sudo apt-get install sqlite3 检查 ...

  5. Android---------------Activity的学习

    一.Activity的启动方式 1.显示启动     Intent intent=new Intent(MainActivity.this,SettingActivity.class); //还可以这 ...

  6. 06_python_小数据池/ is == /编码

    一.小数据池 1.代码块 python程序是由代码块构成的.一个代码块的文本作为python程序执行的单元.代码块: 一个模块, 一个函数, 一个类, 甚至每一个command命令都是一个代码块. 一 ...

  7. soap注入某sql2008服务器结合msf进行提权

    原文作者:陈小兵 在实际成功渗透过程中,漏洞的利用都是多个技术的融合,最新技术的实践,本次渗透利用sqlmap来确认注入点,通过sqlmap来获取webshell,结合msf来进行ms16-075的提 ...

  8. js获取当前页面相关信息

    1. 获取整个url: console.log(window.location.href)  http://localhost:8082/Index.html?name=tom 2. 获取域名加端口号 ...

  9. 机器学习与Tensorflow(2)——神经网络及Tensorflow实现

    神经网络算法以及Tensorflow的实现 一.多层向前神经网络(Multilayer Feed-Forward Neural Network) 多层向前神经网络由三部分组成:输入层(input la ...

  10. 如何进行bug总结

    在项目过程中,测试同学会发现大量的bug,但同时也不可避免的会存在一些遗漏的bug.为了能够减少遗漏bug的现象,我们需要针对遗漏的问题进行总结,从教训中积累经验,总结方法,从而提高测试的覆盖度,提升 ...