How to install Resin as a Windows Service

Source: Internet
Author: User

Problem description:
How to install Resin into Windows service )?
Solution:
You can install and remove the resin.exe parameters. For example:
DoS: >$ {resin_home} \ resin.exe-install
DoS: >$ {resin_home} \ resin.exe-Remove

In addition, you can specify the service name during installation to indicate which applications the Service corresponds to. For example:
DoS: >$ {resin_home} \ resin.exe-install-
DoS: >$ {resin_home} \ resin.exe-Remove-

DoS: >$ {resin_home} \ resin.exe-install-as myapplication
The service named myapplication is displayed in the Windows service!

 

PS:

The common method of window Registration Service (mentioned in the article on SVN installation in windows, which can be used flexibly ):

SC create svnserve binpath = "" C: Program filessubversionbinsvnserve.exe "-- service -- root C: repos" displayname = "Subversion" depend = TCPIP start = auto
After creating a service, you can add descriptions. It is displayed in Windows Service Manager.

SC description svnserve "Subversion server (svnserve )"
Note that the SC command line is special. In the key = value pair, there cannot be spaces between key and =, but there must be spaces before value

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.