I have web application – use Spring + Tomcat. I need debug method that starts on Tomcat start.
There is the problem – debugger is blocked until Tomcat not started, but I can’t allow finish start Tomcat – because this method invoked only on start. Is there a way to resolve?
Thanks.
I have web application – use Spring + Tomcat. I need debug method that
Share
Start tomcat using this command
catalina jpda startand then connect via remote debugger from eclipse, after setting breakpoints where ever you need them.