Using IDEA, how to debug web app that is deployed to local tomcat?
+3
A:
Edit your run/debug configurations and add a "remote" configuration. Instructions contained in that very dialogue.
Paul McKenzie
2010-07-05 15:07:49
A:
I don't believe the remote configuration instruction is necessary. Just add breakpoints to your Java classes or JSPs and run in debug mode. If Tomcat is local to your machine, that's all you need to do.
duffymo
2010-07-05 16:50:50
I did that, it didn't seem to work i.e. it rendered the view page w/o stopping at the break point, i'll give it a go tonight hopefully.
Blankman
2010-07-05 21:03:22