1) Add the IP address (Local Area Connections --> Properties --> Advanced --> IP Address Add...)
2) Stop IIS (cmd --> iisreset -stop)
3) Set binding information in Tomcat
4) Set binding information in IIS
4) Set binding information in IIS
(IIS Manager --> Right Click Site --> Edit Bindings --> Edit Port Binding --> Select IP from drop down)
5) By default, IIS7 binds to ALL port 80 IPs, so we have to disable this behavior for the IP in IIS
(cmd --> netsh http add iplisten ipaddress=xxx.xxx.xxx.xxx)