Apache Tomcat vs. SAP Integration Suite

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Apache Tomcat
Score 8.0 out of 10
N/A
Tomcat is an open-source web server supported by Apache.N/A
SAP Integration Suite
Score 8.5 out of 10
N/A
SAP Integration Suite is an integration platform-as-a-service (iPaaS) that helps quickly integrate on-premises and cloud-based processes, services, applications, events, and data. It is used to accelerate innovation, automate more processes, and realize a faster time to value.
$11,199
per year
Pricing
Apache TomcatSAP Integration Suite
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
Apache TomcatSAP Integration Suite
Free Trial
NoYes
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional DetailsAccess to free tier services does not expire while there is an active Pay-As-You-Go or CPEA account with SAP. Once a free tier service limit has been reached users have the option to update from a free to a paid service plan in the same account.
More Pricing Information
Community Pulse
Apache TomcatSAP Integration Suite
Features
Apache TomcatSAP Integration Suite
Application Servers
Comparison of Application Servers features of Product A and Product B
Apache Tomcat
9.2
24 Ratings
14% above category average
SAP Integration Suite
-
Ratings
IDE support10.022 Ratings00 Ratings
Security management9.024 Ratings00 Ratings
Administration and management8.224 Ratings00 Ratings
Application server performance8.124 Ratings00 Ratings
Installation10.024 Ratings00 Ratings
Open-source standards compliance10.024 Ratings00 Ratings
Cloud Data Integration
Comparison of Cloud Data Integration features of Product A and Product B
Apache Tomcat
-
Ratings
SAP Integration Suite
7.9
251 Ratings
1% below category average
Pre-built connectors00 Ratings8.3237 Ratings
Connector modification00 Ratings7.8202 Ratings
Support for real-time and batch integration00 Ratings8.3230 Ratings
Data quality services00 Ratings7.9209 Ratings
Data security features00 Ratings8.1222 Ratings
Monitoring console00 Ratings7.0228 Ratings
Best Alternatives
Apache TomcatSAP Integration Suite
Small Businesses
NGINX
NGINX
Score 9.1 out of 10
Make
Make
Score 9.3 out of 10
Medium-sized Companies
NGINX
NGINX
Score 9.1 out of 10
IBM App Connect
IBM App Connect
Score 9.2 out of 10
Enterprises
NGINX
NGINX
Score 9.1 out of 10
IBM App Connect
IBM App Connect
Score 9.2 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Apache TomcatSAP Integration Suite
Likelihood to Recommend
9.0
(24 ratings)
8.5
(304 ratings)
Likelihood to Renew
10.0
(1 ratings)
8.8
(7 ratings)
Usability
8.0
(3 ratings)
2.1
(3 ratings)
Availability
6.0
(1 ratings)
-
(0 ratings)
Performance
9.0
(2 ratings)
-
(0 ratings)
Support Rating
9.1
(3 ratings)
6.0
(4 ratings)
Implementation Rating
-
(0 ratings)
7.3
(1 ratings)
Configurability
8.0
(1 ratings)
-
(0 ratings)
Ease of integration
9.0
(1 ratings)
-
(0 ratings)
Product Scalability
9.0
(1 ratings)
-
(0 ratings)
User Testimonials
Apache TomcatSAP Integration Suite
Likelihood to Recommend
Apache
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
SAP
In our case to have a such a poweful middleware in the cloud, give us a lot of benefits such as maintenance and support. In the integration part to be able to connect SAP and Non SAP applications makes SAP Integration Suite a good investment when our master data in this case is in S4HANA. Less appropriate is that sometimes the updates in production tenant failed and they have to downgrade or repair the issues. Affecting the usage of the tool. I guess SAP team have to be more aware of performing the changes and tested well on development environments and then when they know for sure that is the correct way to go with the update put it in production.
Read full review
Pros
Apache
  • 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
SAP
  • Enhanced API management features that allow now the integration with a multitude of data feeds and rating agencies
  • Immediate evaluation of potential issues and configurable thresholds and automatic notifications.
  • The application will monitor all aspects of compliance and update them automatically for several jurisdictions at time
Read full review
Cons
Apache
  • 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
SAP
  • Provide more pre-built integrations to use within SuccessFactors or other modules instead of everything having to be custom built
  • Support is unable to provide advice on custom builds so you often have to engage a 3rd party partner
  • Works best when you have the functional and technical teams working together. Otherwise, the system is too technical for a functional user to create integration and a technical user not always understand the functional perspective
Read full review
Likelihood to Renew
Apache
We have a huge knowledge of the product within our company and we're satisfied with the performance.
Read full review
SAP
It is in place, our system integrators are familiar with it, and it fits into the ecosystem. A better user interface, flow build and debugging experience would see it grow, many technical staff do not enjoy using it for this reason, however it is quite capable and powerful behind this one shortcoming.
Read full review
Usability
Apache
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
SAP
The user interface is messy and not intuitive. It has a steep learning curve, and flows developed around are easy to make a mess with layout and can be difficult to follow. The debugging is also quite difficult, it takes some time to figure out how to follow the flow and examine data. Error handling is also difficult and not intuitive, it is better to let some errors leak and monitor through ALM.
Read full review
Reliability and Availability
Apache
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
SAP
No answers on this topic
Performance
Apache
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
SAP
No answers on this topic
Support Rating
Apache
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
SAP
The support for SAP Integration Suite is satisfactory. We leverage SAP support through our manage services partner. So far, we have not had many major issues. One concern, to make our rating a ten, would be turnaround time on high priority incidents. SAP Integration Suite drives our key business functions forward. Without a reasonable service level agreement on turnaround, we sometimes find us running into issues running pay, etc.
Read full review
Implementation Rating
Apache
No answers on this topic
SAP
Work with an SAP implementation partner, if possible.
Read full review
Alternatives Considered
Apache
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
SAP
SAP Integration Suite was already part of our SAP stack, part of Business Technology Platform, with out-of-the-box integration with S/4 HANA transactional and ERP system that we are using as our main back-end. Thus, we are achieving significant Total Cost Optimization benefits or running both solutions on the same platform, hosted on Azure cloud.
Read full review
Scalability
Apache
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
SAP
No answers on this topic
Return on Investment
Apache
  • 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
SAP
  • In the long run will enable us to undeploy our on premise solution
  • As long as integration suite doesn't support all capabilities PO has complete migration is hard
  • Will probably be cheaper than our on premise solution when we are completely migrated
Read full review
ScreenShots

SAP Integration Suite Screenshots

Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of