Apache Tomcat is an open source software implementation of Java Servlet and JavaServer Pages technologies and are developed under the Java Community Process.
Apache Tomcat is an open source software implementation of Java Servlet and JavaServer Pages technologies and are developed under the Java Community Process.
Customer Reviews
Saurabh K.
Advanced user of Apache TomcatEasy to configure on the cloud as well as on the local system. It helps me to deploy/test my java web-based applications. Application startup is faster than other web servers. The good thing is it's Open source and free. I can also configure additional security like configuring certificates, add http headers in the tomcat easily.
Sometimes the service consumes more CPU. Apache team needs to work on that. Also, sometimes I find it hard to restart the server. Service becomes unresponsive.
It's an open-source web container, and one can deploy multiple applications via tomcat. Also helpful in running heavy applications. If you have multiple applications to deploy, go for apache tomcat.
I can deploy multiple java applications on Tomcat. Tomcat makes the deployment easy on local as we as on the cloud. Also I can implement additional security in Tomcat like adding certificates, configuring http headers,etc.