| Author |
Apache and Tomcat
|
Ed Carrington
Ranch Hand
Joined: Oct 11, 2007
Posts: 77
|
|
I see a site called Apache Tomcat: http://tomcat.apache.org/ Is it correct to say Apache Tomcat because I was wondering if Apache and Tomcat are the same or what the difference is?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
|
Apache is an umbrella for many projects. One of them is Tomcat. Another is the Apache Web Server, which is what people are usually referring to when they say just "Apache".
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Ed Carrington
Ranch Hand
Joined: Oct 11, 2007
Posts: 77
|
|
Originally posted by Bear Bibeault: Apache is an umbrella for many projects. One of them is Tomcat. Another is the Apache Web Server, which is what people are usually referring to when they say just "Apache".
Thanks, I assume Tomcat is just a Web Container that sits on a Web Server which could be Apache Web Server or IIS or some other web server?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56191
|
|
Tomcat is a self-contained web server and servlet container. No other server is necessary. Tomcat can work with other web servers if necessary, in the cases where they do something that Tomcat itself cannot do (like ASP). This is becoming increasingly rare. [ February 06, 2008: Message edited by: Bear Bibeault ]
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
This is a common question so we've put together a faq that tries to answer it. See: http://faq.javaranch.com/java/WebVsApplicationServer
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
Ed Carrington
Ranch Hand
Joined: Oct 11, 2007
Posts: 77
|
|
Bear and Ben, Thanks!
|
 |
 |
|
|
subject: Apache and Tomcat
|
|
|