tomcat免安装版做成windows系统服务

安装服务
在命令行中进入/Tomcat路径/bin/,执行“service.bat install”:
卸载服务
在命令行中进入/Tomcat路径/bin/,执行“service.bat remove”:

原文地址:https://www.cnblogs.com/xjiao/p/6211033.html