aspose file tools
The moose likes Tomcat and the fly likes Apache and Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Apache and Tomcat" Watch "Apache and Tomcat" New topic
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
    
  13

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
    
  13

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!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Apache and Tomcat
 
Similar Threads
Difference between Tomcat and Apache Web Server
How to find Tomcat cluster members?
Apache server: log request size?
Access control problem: Tomcat + Apache
Hiding port number in URL