| Author |
Difference between Apache HTTP server & Apache Tomcat server.
|
Cm Ananth
Ranch Hand
Joined: Oct 20, 2005
Posts: 44
|
|
Hi All, Could you please let me know the difference between Apache server & Tomcat server ?. I remember something like Apache HTTP server is only for static contents and it doesn't support Servlets & JSP's, Tomcat server is for dynamic contents. Is that correct ? Please let me know the other differences also. Thanks in advance.
|
By Ananth, Bangalore
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
Correct.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Cm Ananth
Ranch Hand
Joined: Oct 20, 2005
Posts: 44
|
|
Thanks for your reply. Any other differences ?
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24061
|
|
|
Apache is written in C, and there are many, many modules available to support server-side programming in all sorts of languages, Perl, Python, Ruby, etc., as well as modules to do all sorts of other interesting stuff. Apache does a lot of things.
|
[Jess in Action][AskingGoodQuestions]
|
 |
 |
|
|
subject: Difference between Apache HTTP server & Apache Tomcat server.
|
|
|