将Tomact加入windows系统服务
Posted cswujian
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了将Tomact加入windows系统服务相关的知识,希望对你有一定的参考价值。
注册tomact服务,在cmd中运行如下语句
语句1:cd E:\Tomact\apache-tomcat-7.0.64\bin
语句2E:\Tomact\apache-tomcat-7.0.64\bin>service.bat inatall tomact7.0
注:tomact7.0为服务名称
移除tomact服务,在cmd中运行如下语句
语句1:E:\Tomact\apache-tomcat-7.0.64\bin>service.bat remove tomact7.0
注册时tomact需要存在service.bat文件,如果tomact是安装版本的不需要注册tomact服务。
以上是关于将Tomact加入windows系统服务的主要内容,如果未能解决你的问题,请参考以下文章
Java web项目从eclipse上移动到tomact服务器上,之路径更改,导出excel,jxl
web服务器 - apache & nginx & tomact