ameimeng 发表于 2017-1-15 10:33:55

重启Tomcat批处理

@echo off
@echo                        重启 Tomcat 服务
@echo ========================================================
@net stop "Apache Tomcat"
@net start "Apache Tomcat"
@pause
页: [1]
查看完整版本: 重启Tomcat批处理