rdchen

设置tomcat开机自启

条件电脑必须安装jdk
 
 1 解压tomcat,cd到tomcat的bin目录下 ,
执行service.bat install命令安装服务
(卸载的话可以用service.bat uninstall)
2再执行net start tomcat7命令启动服务

3设置tomcat7开机启动 
按住win+R并输入services.msc,找到tomcat7服务并设置属性为自动启动即可。
posted on 2019-08-13 14:40  爱跳舞的程序员  阅读(167)  评论(0编辑  收藏  举报

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2021-10-28
  • 2021-08-14
  • 2021-05-03
  • 2021-10-13
  • 2021-09-24
  • 2021-12-03
猜你喜欢
  • 2021-11-15
  • 2021-09-29
  • 2022-01-03
  • 2021-09-24
  • 2021-10-04
  • 2021-09-24
  • 2021-11-18
相关资源
相似解决方案