I am developing an application using Tomcat 7, and it's default port is 8080. I want to configure ZAP to be used as a proxy for my application, so I went in Tools->Options->Local proxy, and changed the address to localhost, and the port to 8090.
I then configured IE 11 to use this proxy by clicking on Internet Options->Connections->LAN Settings, and checked use a proxy server for your LAN. I set the address to match ZAP, that is address is localhost, and the port is 8090. I also unchecked the Bypass proxy server for local addresses checkbox.
I then started my IDE (Spring Tool Suite), and started Tomcat. I then started ZAP, and created a new session. Following that, I went to my browser, and pointed to the URL for the application. It came up, and I am able to maneuver around in the application, but nothing is going through ZAP. I started to think that IE 11 was ignoring the proxy server, so I went to an outside site, and it went to the outside site, and everything registered in ZAP.
So, it is using ZAP for every site I go to except for my Tomcat application.
I'm sure it is a silly configuration setting, but I have Googled most of the day, and am still nowhere.
Any help would be appreciated!