1. tomcat Startup.bat:
Change code : call "%EXECUTABLE%" start %CMD_LINE_ARGS%
To: call "%EXECUTABLE%" jpda start %CMD_LINE_ARGS%
2. Tomcat server-> publishing - never publish automatically
3. Restart tomcat ,Set breakpoint , update code after breakpoint and save
网友评论