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. – rmeadorJan 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. – ocdecioJan 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). – NewbieJan 2 at 23:45
Yes, Tomcat is a standalone server. – NewbieJan 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? – LukeJan 3 at 5:53
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"].
Stack Overflow is a collaboratively edited question and answer site for programmers – regardless of platform or language. It's 100% free, no registration required.