Resin the startup configuration on Windows Server

Source: Internet
Author: User

Find the <web-app> tag in resin.conf, which represents a web app tag, and the id attribute represents the Web path of the app. such as <web-app id= '/test ', indicates that the app should be accessed using http://hostname/test/when it is accessed on the web. The App-dir property represents the actual path of the app. Such as <app-dir>d:\resin\doc\test</app-dir> indicates that the app is under the D:\resin\doc\test directory. The default value is the directory under the root with the same name as the ID.

If the startup command for Windows is:

dos:\> ${resin_home}\httpd.exe parameter-install-as service name

dos:\> ${resin_home}\httpd.exe parameter-remove-as service name

If the startup command for Linux is:
Stop
Xshell:\> ${resin_home}\httpd.sh-server Project Service name Stop
Start
Xshell:\> ${resin_home}\httpd.sh-server Project Service name start
restart
Xshell:\> ${resin_home}\httpd.sh-server Project Service name restart

Resin the startup configuration on Windows Server

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.