Likelihood to Recommend As I mentioned earlier, the Apache HTTP Server has a small disadvantage compared to the competition (
NGINX ) in terms of performance. If you run websites that really have a lot of visitors,
NGINX might be the better alternative.
On the other hand, the Apache HTTP Server is open source and free. Further functionalities can be activated via modules. The documentation is really excellent.
Read full review Excellent value for companies wishing to host Java applications in the cloud. Utilizing hosting tools such as load balancers and network and application firewalls, Tomcat can be part of a powerful system to host web applications to thousands of users. There has been consistency in the development and support of Tomcat since its initial release in the late '90s and the best commonalities have been carried forward. If you host Java web applications, Tomcat is as good as any for an application server.
Read full review Pros Street Cred: Apache Web Server is the Founder for all of Apache Foundation's other projects. Without the Web Server, Apache Foundation would look very different. That being said, they have done a good job of maintaining the code base, and keeping a lot of what makes Apache so special Stability: Apache is rock-solid. While no software is perfect, Apache can parse your web sources quickly and cleanly. Flexibility: Need to startup your own Webpage? Done. Wordpress? Yup. REST Endpoint? Check. Honeypot? Absolutely. Read full review Fast to start up, which is useful when we need to just check that our changes are working correctly. Free, which allows us to not be involved with the finance/legal team about using it. Bundled with Spring Boot, which makes it even more convenient for our testing. Read full review Cons The default configurations which comes with Apache server needs to get optimized for performance and security with every new installation as these defaults are not recommended to push on the production environment directly. Security options and advanced configurations are not easy to set up and require an additional level of expertise. Admin frontend GUI could be improved to a great extent to match with other enterprise tools available to serve similar requirements. Read full review Using tomcat manager to troubleshoot is not very informative. Error messages are vague, you have to dig into log files for more information about the problems. Is great for simple web applications, but may not work for heavy development which may require a full J2EE stack, might like JBoss better. Security in tomcat is not straightforward, as I discovered that you have to understand how to set up realms in tomcat in order to hash passwords, which I was not overly familiar with, which is a big deal when setting up users in the tomcat-users.xml file. Read full review Likelihood to Renew We have a huge knowledge of the product within our company and we're satisfied with the performance.
Read full review Usability Tomcat has a very rich API set which allows us to implement our automation script to trigger the deployment, configure, stop and start Tomcat from the command line. In our projects, we embedded Tomcat in our
Eclipse in all of the developer's machines so they could quickly verify their code with little effort, Azure Webapp has strong support for Tomcat so we could move our application to Azure cloud very easy. One drawback is Tomcat UI quite poorly features but we almost do not use it.
Read full review Reliability and Availability Tomcat doesn't have a built-in watchdog that ensures restart upon failure, so you have to provide it externally. A very good solution is java service wrapper. The community edition is able to restart Tomcat upon out of memories exceptions.
Read full review Performance Tomcat support to customize memory used and allow us to define the Connection pool and thread pool to increase system performance and availability, Tomcat server itself consume very little memory and almost no footprint. We use Tomcat in our production environment which has up to thousands of concurrent users and it is stable and provides a quick response.
Read full review Support Rating I give this rating because there is so much Apache documentation and information on the web that you can literally do anything. This has to do with the fact that there is a huge Open Source community that is beyond mature and perhaps one of the most helpful to be found. The only thing that should hold anyone back from anything is that they can not read. RTFM, my friend. And I must say that the manual is excellent.
Read full review Well, in actuality, I have never needed support for Apache Tomcat since it is configured and ready-to-go with no configuration needed on my end.
Read full review Alternatives Considered I has a lot more features, except that IIS is more integrated in a Windows environment. But now with .net core also possible from Apache it would work anywhere really. Only in a full Windows environment where full integration is needed I would chose to go for IIS. Otherwise Apache it is.
Read full review Eclipse Jetty is the best alternative for Apache Tomcat because which is also an open-source and lightweight servlet container like Tomcat. A major advantage of this over Tomcat is that Jetty server can easily be embedded with the source code of web applications. Since it requires less memory to operate, you may realize that it is very efficient.
Read full review Scalability It's very easy to add instances to an existing deployment and, using apache with mod proxy balancer, to scale up the serving farm
Read full review Return on Investment Works as intended, so it's less to worry about. Works great on elastic environments (like EC2). As an Open Source project, you can get support for almost any problem you can have. Configuration files, while powerful, can be tricky to dominate for some. Read full review Tomcat is cheap and very quick to deploy, so it has benefited much when situation needs applications to be deployed quickly without wasting time on licensing and installations. Plenty of documentation available so no vendor training is required. Support contract is not needed as well. Read full review ScreenShots