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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Do you mean
Web siteorWeb application? How did youmodifyit?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.