-----------------------------------------------------------------------------
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. python常用代码片段

    目录 Python3常用 文件处理 json处理 log日志 argparse使用 INIparser Python3常用 文件处理 class BaseMethod: @staticmethod d ...

  2. SQL注入之PHP-MySQL实现手工注入-数字型

    SQL注入,就是通过把SQL命令插入到Web表单提交或输入域名或页面请求的查询字符串,最终达到欺骗服务器执行恶意的SQL命令.具体来说,它是利用现有应用程序,将(恶意的)SQL命令注入到后台数据库引擎 ...

  3. [Ynoi2018]未来日记(分块)

    分块神题. 看了一会儿题解,看懂了思路,然后写了两个小时,调了一个多小时,好多地方写错了. 我们考虑对序列和值域都分块.\(sum1[i][j]\) 表示前 \(i\) 个块,第 \(j\) 块值域有 ...

  4. 【五校联考3day2】C

    題意: 現有一平面直角坐標系,有n個點,每一個點必須向某一個方向發射射線,且任意一條射線必須與某一條坐標軸平行.定義一種發射射線的方案是合法的,則方案必須滿足: 1.沒有一條射線交叉 2.沒有一條射線 ...

  5. Windows Phone开发手记-WinRT下启动器替代方案

    在WP7/8时代,Silverlight框架提供了很多启动器API,我们可以很方便的使用的,来完成一些系统级的操作.但是随着Win RT架构的WP8.1(SL 8.1除外)的到来,原有的SL下的启动器 ...

  6. flaks___git

    今天呢  我给大家分享一个超实用的一个把代码分享到云端的一种操作 比如我们在家里,要想做项目的话可以直接从云端上拉取下来代码直接开始工作了 而且还可以随时修改,没有地点的局限性了,只要你想敲,随时随地 ...

  7. odoo开发笔记 -- odoo web机制浅析

    http://blog.csdn.net/M0relia/article/details/39025947

  8. 课程一(Neural Networks and Deep Learning)总结——1、Logistic Regression

    ---------------------------------------------------------------------------------------------------- ...

  9. 编程珠玑第一章的算法,Java实现,通俗易懂

    该算法也就是所谓的位图算法,用一个int表示32位,也就是实际值为1~32的数. 按照书里说的, 该算法只适合内存有限,而磁盘和时间不限,且数字在1~MAX之间不重复的排序. package demo ...

  10. 搭建Golang开发环境

    Go语言是谷歌 2009 年首次推出并在 2012 年正式发布的一种全新的编程语言,可以在不损失应用程序性能的情况下降低代码的复杂性.谷歌首席软件工程师罗布派克(Rob Pike)说:我们之所以开发 ...