remote debuging with tomcat and elipse

Tomcat has already provided the implementation for remote debuging, only slight changes in startup.bat or catalina.bat would suffice.

 

catalina.bat jpda start

 

Then:

open debug configuration in eclipse and new a remote application and start debug.

你可能感兴趣的:(tomcat)