I have a web application that works fine in IIS 6.0. I have modified to make it work in Apache Tomcat also.
- Will there be any visible changes in performance between the 2?
- Are there any specific advantages or limitations.
I have a web application that works fine in IIS 6.0. I have modified to make it work in Apache Tomcat also.
I have a web application that works fine in IIS 6.0. I have modified to make it work in Apache Tomcat also.
Do you mean Web site or Web application? How did you modify it?
There are many posts to help you with comparing the performance.
Advantages?Limitations?? Well, basically Apache Tomcat is a full fledged web-container which supports Java based web applications (Servlets, JSP,...) and IIS helps you with ASP/ASP.NET web-applications basically (of course, you can configure IIS with Tomcat). Altogether your question 2 is too vague to answer. Experts, might be able to help you.