Found some more answers. are the answers correct can someone answer the last question the user asked?
Question What is the difference between apache webserver, java webserver and tomcat server?
Answer
Apache is an HTTP server written in C that can be compiled and run on many platforms. See http://www.apache.org
Java WebServer is an HTTP server from Sun written in Java that also supports Servlets and JSP.
Tomcat is an open-source HTTP server from the Apache Foundation, written in Java, that supports Servlets and JSP. It can also be used as a "plug-in" to native-code HTTP servers, such as Apache Web Server and IIS, to provide support for Servlets (while still serving normal HTTP requests from the primary, native-code web server). See http://jakarta.apache.org/
-------------------
if tomcat is both an http server and a servelet container, why is apache necessary in projects where tomcat is used ? Thx,
Apache is a web server (mainly support static html). Tomcat is a servlet container (mainly support servlets)
Can we maintain every thing (static html , JSP and servlets) with tomcat itself?. When do we need both Apache and Tomcat running on the server. Thank You
Main Topics
Browse All Topics





by: gagaliyaPosted on 2004-12-05 at 00:10:31ID: 12747187
je22 = j2ee