How is apache tomcat different from apache web server?
Answer / Mukesh Fattu Shivade
Apache Tomcat and Apache HTTP Server are both open-source web servers, but they serve different purposes. Apache HTTP Server is a full-featured web server that can handle static content, dynamic content through mod_php or mod_perl, and SSL encryption. In contrast, Apache Tomcat is a Java Servlet Container that allows Java applications to run on the web.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is better jboss or tomcat?
How the webserver handles multiple requests for the same action class(struts) concurrently?
What is the deployment process of web application using war file?
what is webserver? why it is used ?
What is the directory structure of a web application deployed on tomcat?
How do I start tomcat in linux?
What do you mean by tomcat coyote and what is its use?
What are the catalina's configuration files?
Which web server is best for php?
Does tomcat need jdk or jre?
Is tomcat free to use?
Explain when to use ssl with tomcat?