您的位置:首页 > 运维架构 > Tomcat

myeclipse 远程调控 tomcat 配置

2016-04-18 16:16 519 查看
startup.bat   配置

最下方原文

 rem Get remaining unshifted command line arguments and save them in the

set CMD_LINE_ARGS=

:setArgs

if ""%1""=="""" goto doneSetArgs

set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1

shift

goto setArgs

:doneSetArgs

call "%EXECUTABLE%" start %CMD_LINE_ARGS%

16:00:26

配置后:

rem Get remaining unshifted command line arguments and save them in the

set CMD_LINE_ARGS=

:setArgs

if ""%1""=="""" goto doneSetArgs

set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1

shift

goto setArgs

:doneSetArgs
set JPDA_TRANSPORT=dt_socket

set JPDA_ADDRESS=8000

set JPDA_SUSPEND=n


call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%

:end
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: