IIS - Change default listening address
Sometimes we have to start an IIS and Jboss, Wildfly, Tomcat, etc in the same serer, but by default, IIS listen all IP adress.
You can list the IP address used by IIS with this command:
netsh http show iplisten
To change the listen you can use a command like this:
netsh http add iplisten ipaddress="IP"
You can list the IP address used by IIS with this command:
netsh http show iplisten
To change the listen you can use a command like this:
netsh http add iplisten ipaddress="IP"
Comments
Post a Comment