Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Is it safe to install "Tomcat" on a Windows Server which already has "IIS-7" running on it?
If yes, then what are the precautions to take, to avoid any future problems/clashes/crashes?
2 Answers
- 8 years agoFavorite Answer
Yes, but only one web server can use the default ports (like http port 80). If default ports are assigned to Tomcat, then IIS-7 should use some other port number for different web traffic protocols(http,https,ftp) and all web connections to IIS-7 then will have to have these port suffixes attached to URLs. For example, use url http://myserver.com:7080/ if port 7080 is assigned to listen to http requests,