windows使用bat批量启动多个Tomcat

新建一个文件,文件后缀为 .bat
windows使用bat批量启动多个Tomcat_第1张图片
startAllTomcat.bat的内容为:(注意路径中不能有中文)

cd D:\zfsoft\qqhrLocation\apache-tomcat_ai\apache-tomcat-8.0.53\bin
call startup.bat

cd D:\zfsoft\qqhrLocation\apache-tomcat_file\apache-tomcat-8.0.53\bin
call startup.bat

cd D:\zfsoft\qqhrLocation\apache-tomcat_front\apache-tomcat-8.0.53\bin
call startup.bat

cd D:\zfsoft\qqhrLocation\apache-tomcat_manager\apache-tomcat-8.0.53\bin
call startup.bat

你可能感兴趣的:(windows使用bat批量启动多个Tomcat)