Re: How to debug deployment process of my application in IntelliJ IDEA

2016-03-22 Thread Sean Dawson
I'm thinking this is more of an IntelliJ question than a Tomcat one? Can you post to their support/groups? On Mon, Mar 21, 2016 at 3:54 AM, Artur Owczarek wrote: > I'm learning how Spring MVC works. I'd like to debug the process of > deployment on different containers (using IntelliJ) as well

How to debug deployment process of my application in IntelliJ IDEA

2016-03-21 Thread Artur Owczarek
I'm learning how Spring MVC works. I'd like to debug the process of deployment on different containers (using IntelliJ) as well as how my application works after deployment. I created the simplest application possible. It does nothing except registering dispatcher servlet. Now I set breakpoint some