File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Tomcat and the fly likes Diff bw Tomcat server and Apache Server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Diff bw Tomcat server and Apache Server?" Watch "Diff bw Tomcat server and Apache Server?" New topic
Author

Diff bw Tomcat server and Apache Server?

naveen maddala
Greenhorn

Joined: Feb 03, 2008
Posts: 23
Hi,

I am little bit confuse with Tomcat server and Apache Server if yes tell me with some example if possible?

Regards,
Naveen.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56150
    
  13

The Apache web server is not a servlet container.

Also, please use real words when posting to the forums. Abbreviations such as "bw" in place of "between" and "diff" rather than "difference" only serve to make your posts more difficult to read and less likely to generate useful responses.

Please read this for more information.

thanks,
bear
JavaRanch sheriff


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Apache is a software manfacturer: http://apache.org

Apache HTTP Server is a C based server product which by default serves static files only and provides a CGI backend: http://httpd.apache.org You can add web modules to let it serve dynamic files. A commonly used one is PHP, a C based hypertext processor.

Apache Tomcat is a Java based server product which contains a Java EE web container and thus is capable to serve JSP and Servlet: http://tomcat.apache.org


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Diff bw Tomcat server and Apache Server?
 
Similar Threads
How to start Tomcat?
In HFSJ, why was IIS not mentioned?
Are they(apache and tomcat) Application Server?
How to get Tomcat to listen on port 80
configuring context path