windows下tomcat在当前窗口运行,不在新弹出的窗口运行

window下tomcat在当前窗口启动,不在一个新的窗口启动
startup.bat
中最下几行
goto setArgs
:doneSetArgs
call "%EXECUTABLE%" start %CMD_LINE_ARGS%
:end
----------
把start改为run
call "%EXECUTABLE%" run %CMD_LINE_ARGS%

posted @ 2016-06-02 10:48  letmedown  阅读(1923)  评论(0编辑  收藏  举报