vote up 0 vote down star

Do you think it is possible to achieve the same performance found in ["Apache Http"-"Tomcat"] with ["IIS"-"Tomcat"] ?

Just want to know what you think about the IIS-Tomcat combo (Performance-wise)

flag

Isn't tomcat a standalone server? When I used to work with it, I'm pretty sure we didn't use Apache (and definitely not IIS). It has been like 4 years since I did that though. – rmeador Jan 2 at 23:13
Yes, Tomcat is a container that can be accessed directly but best used when integrated with Apache that takes care of serving static pages, security, etc. – ocdecio Jan 2 at 23:15
Tomcat is a Servlet container. Apache Http is a webserver. Tomcat is not as fast as Apache when it comes to static pages. Tomcat is not as configurable as Apache. Tomcat is not as robust as Apache. Tomcat may not address many sites' need for functionality found only in Apache modules (eg Perl, PHP). – Newbie Jan 2 at 23:45
Yes, Tomcat is a standalone server. – Newbie Jan 2 at 23:45
Wouldn't Apache Tomcat and Apache Webserver be a better combo than Apache Tomcat and Microsoft IIS. I'm sure you can have IIS as a webserver frontend for Tomcat but, what's the point? – Luke Jan 3 at 5:53
show 1 more comment

1 Answer

vote up 0 vote down check

It can be done but it is not a great idea. An array of integration problems can be avoided by simply using the well known combo ["Apache Http"-"Tomcat"].

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.