Last active
December 14, 2015 05:49
-
-
Save JagoWang/5037772 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
命令方式启动tomcat没有滚屏日志信息,可以到logs目录下看。 | |
tomcat远程调试: | |
1. 修改startup.bat 在尾部修改成以下列方式启动 | |
set JPDA_ADDRESS=8000 | |
set JPDA_TRANSPORT=dt_socket | |
call "%EXECUTABLE%" jpda start | |
2. catalina.sh jpda start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment