• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Difference between Apache Web Server and Tomcat Server

 
Ranch Hand
Posts: 102
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sir I am little bit confused about Apache Web Server and Apache Tomcat Server. Please give me an link so that i can find it out.

Thanks
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Mahendran Shanmugam:
Apache Web Server and Apache Tomcat Server.



Apache web server is a HTTP server and here is an answer from Apache web server
What is the Apache HTTP Server?

* is a powerful, flexible, HTTP/1.1 compliant web server
* implements the latest protocols, including HTTP/1.1 (RFC2616)
* is highly configurable and extensible with third-party modules
* can be customised by writing 'modules' using the Apache module API
* provides full source code and comes with an unrestrictive license
* runs on Windows 2003/XP/2000/NT/9x, Netware 5.x and above, OS/2, and most versions of Unix, as well as several other operating systems
* is actively being developed
* encourages user feedback through new ideas, bug reports and patches

Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed by Sun under the Java Community Process.

here is the link to Tomcat
 
Ranch Hand
Posts: 360
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Both are webservers, but Tomcat is also servlet container - it can handle jsp pages and servlets.

Tomcat is not primarily intended as webserver. If you want webserver with jsp support use Apache and Tomcat together. It has several advantages ;-)
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic