1.

What’s Difference Between Apache Web Server And Apache Tomcat?

Answer»

Apache Web is HTTP server to SERVE static CONTENTS where Tomcat is servlet container to deploy JSP files.

You can always integrate Apache HTTP with Tomcat, however, BASED on the requirement you need to choose EITHER one. If you need proper web server then Apache HTTP else Tomcat for JSP-Servlet Container.

Apache Web is HTTP server to serve static contents where Tomcat is servlet container to deploy JSP files.

You can always integrate Apache HTTP with Tomcat, however, based on the requirement you need to choose either one. If you need proper web server then Apache HTTP else Tomcat for JSP-Servlet Container.



Discussion

No Comment Found