在Windows server 2016系统下,Windows Service Wrapper可以将 exe应用、Java 的 jar 包等注册为 windows 服务,方便查看应用服务状态。需要先手动操作安装.Net Framework 3.5,可以参考教程《Windows Server 2016如何安装.Net Framework 3.5》
1.下载Windows Service Wrapper,可参考该网址下载
http://repo.jenkins-ci.org/releases/com/sun/winsw/winsw/2.3.0/winsw-2.3.0-bin.exe
2.将Windows Service Wrapper执行程序拷贝至所需设置exe应用同目录下
3.为方便查看管理,将Windows Service Wrapper执行文件重命名为对应exe应用关联名称,如示例重命名为nginxservice.exe,同时新建同名的xml文件,用于具体配置
4.编辑xml文件,可参考以下模板
nginx