1.

What Is The Difference Between Apache Httpd And Tomcat?

Answer»

Though both httpd and TOMCAT are products of Apache software foundation, the httpd is more popular and used across the web and not just in Java WORLD. The httpd is a web server which can serve static HTML files and dynamic content USING PHP, Perl or Python, while Tomcat is a Servlet container which PROVIDES the runtime environment for Servlet and JSP. You can also USE both Apache httpd and Tomcat together in Java world.

Though both httpd and Tomcat are products of Apache software foundation, the httpd is more popular and used across the web and not just in Java world. The httpd is a web server which can serve static HTML files and dynamic content using PHP, Perl or Python, while Tomcat is a Servlet container which provides the runtime environment for Servlet and JSP. You can also use both Apache httpd and Tomcat together in Java world.



Discussion

No Comment Found