Windows 7下将Tomcat Java程序设置为Windows Service

Posted Trace Spaces

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows 7下将Tomcat Java程序设置为Windows Service相关的知识,希望对你有一定的参考价值。

可以参看以下资料:
https://jingyan.baidu.com/article/b2c186c89f5127c46ef6ff08.html
http://tomcat.apache.org/tomcat-7.0-doc/windows-service-howto.html
 
 方式:
Windows key + r -> Run dialog
cmd -> console
cd apache-tomcat-[version]/bin
service.bat install/remove [service_name] [/user username]
service       install/remove [service_name] [/user username]
以上两条命令相同。
 
 

以上是关于Windows 7下将Tomcat Java程序设置为Windows Service的主要内容,如果未能解决你的问题,请参考以下文章