Apache Tomcat is a much wider open standard than Microsoft IIS. It also seems to use fewer resources and is simpler to maintain. Troubleshooting when an issue arises is difficult. We had trouble managing the Tail logs when something strange happened. Logging is very complex and …
IIS much easier to install, configure and maintain in a Windows environment. Tomcat is more appropriate when it comes bundled with third party applications.
On Windows, Microsoft IIS is easier to implement and maintain than Apache web service. Normally if you need to host PHP or other apache native content on a Windows server, it's recommended to use WAMP or equivalent software to simplify the installation, administration, and …
Microsoft IIS is a lot more easier for Microsoft .NET developers to integrate and configure. It is MUCH more easier to install and therefore less time consuming to deliver applications to end users. IIS can be installed with a few clicks of a button by anyone with …
Microsoft IIS is more simple to configure and also to maintain against other solutions. Often IIS help me to troubleshoot with its administartive tool.
Apache is java. Java is unnecessary complex. No developer wants to invest in learning all the hundreds of text based configuration files to get something done. Also, apache gives you the most evil and un-usable user interface possible. [Microsoft] IIS makes [life] after …
Positive: Better integration with Active Directory
Negative: Appache Tomcat is open source and can be deployed on all operating systems including Linux, which allows for easier cross-platform deployments.
I have had a couple of tries at using Apache and Linux as a whole but I guess I am not of the right mindset to get over the learning barrier to make this work.
Nginx is hard to support for smaller multiple projects, which is one reason we use the Microsoft IIS server, which is best fit for a set-up once and forget scenario. The Apache server is more recommended for smaller sized projects due to its cost factor, as the Microsoft IIS …
Apache and Nginx are what we use for our large websites and public data. When dealing with the type of traffic we see on our sites IIS just doesn't scale out well. For our staff levels, Apache and Nginx are very hard to support for all of our projects so we can't always use …
In my experience, Microsoft IIS was definitely easier to wrap my head around and also to troubleshoot. The GUI was a great visual way to see what "sites" and "app pools" you have, what is running, what is currently up.
Microsoft IIS also offers the flexibility to have multiple …
Microsoft IIS is the only official way to run ASP.NET framework sites and for Microsoft System management tools (SCCM and WSUS). While open source options like Apache and NGINX are more commonly used in our department, to maintain the best compatibility we use IIS in certain …