Connecting to embedded application server(tomcat7)

Hi,

I'm running embedded tomcat7 via maven:
mvn tomcat7:run

My question is, how can I connect to debug application in IntlliJ IDEA?

0
Avatar
Permanently deleted user

You have to run 'tomcat7:run' goal inside IDEA with debug mode.



Attachment(s):
a.png
0

请先登录再写评论。