• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Apache Tomcat

 
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What is differnce between Tomcat & Apache?
Thanks,
Angela
 
Ranch Hand
Posts: 542
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
apache is a software group
tomcat is a specific product of the apache group which works either as a standalone webserver, serving up HTML and JSP / Servlets or can work as a module to the Apache HTTPD webserver. The apache HTTP server is a more general and widely used server which can serv up HTML and work ith plugins to do PHP, Perl CGI, ASP and JSP / Servlets. when people say apache sometimes they mean the group, sometimes they mean apache http
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Tim.
What I understood that Tomcat is specific product & works with JSP/Servlet(NOT with ASP, PHP, Perl). Where Apache HTTP server is more general for JSP, Servlet,ASP,PHP & Perl which also includes Tomcat. May I right?
Where can I find & download Apache HTTP server?
Thanks,
Angela
 
Sheriff
Posts: 67754
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Where can I find & download Apache HTTP server?


"Buy a man a burger, feed him for a day. Teach him how to make a great burger,
he's got Good Eats for life." --Alton Brown
Translation:
1) Visit www.google.com
2) Search for Apache HTTP server
Who knew?
 
Tim Baker
Ranch Hand
Posts: 542
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
apache http doesn't include tomcat until you specifically install tomcat but otherwise you are correct
also when you go to the apache site you will find tomcat under the 'jakarta' section, which is where all their java products are.
 
Angela D'souza
Ranch Hand
Posts: 469
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks,
Angela
 
reply
    Bookmark Topic Watch Topic
  • New Topic