Overview
This product has charges associated with it for seller support. This is open source software, which is repackaged by ThinkCloud. The additional cost is applicable to the extended support of 24-hour response time. A repackaged Apache Tomcat 11 environment on CentOS Stream 9, including support. It offers a pre-configured, security-hardened environment designed for immediate deployment.
Apache Tomcat 11 is the latest major release of the Apache Tomcat servlet container, implementing the Jakarta Servlet 6.1, Jakarta Pages 3.1, and Jakarta WebSocket 2.2 specifications. Installed from the official Apache binary distribution, it provides a fully integrated and ready-to-use Java application server optimized for modern Jakarta EE workloads. Tomcat 11 requires Java 17 or later and delivers improved performance, enhanced security, and up-to-date Jakarta EE API support.
Benefits:
- Latest Jakarta EE APIs: Implements Jakarta Servlet 6.1, Jakarta Pages 3.1, and Jakarta WebSocket 2.2 for compatibility with modern Java web frameworks.
- Java 17+ Runtime: Built for and optimized with the latest LTS Java runtimes, taking advantage of modern JVM performance improvements.
- Binary Distribution Install: Installed from the official Apache tarball for full control over version, directory layout, and configuration.
- WAR Deployment: Deploy Java web applications by copying WAR files to the webapps directory, with automatic hot deployment support.
- Flexible Configuration: XML-based configuration via server.xml supports virtual hosting, SSL/TLS, connection pooling, and request filtering.
- Production Ready: A proven, enterprise-grade servlet container trusted by organizations worldwide for hosting Java web applications at scale.
This AMI is ideal for Java Developers, Backend Engineers, and DevOps teams who need the latest Apache Tomcat 11 servlet container for deploying modern Jakarta EE web applications on CentOS Stream 9.
Highlights
- CentOS Stream 9 Minimal installation with latest updates
- Professional technical support and fast response
- Optimized Apache Tomcat 11 configuration on CentOS Stream 9
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
t3.large Recommended | $0.05 |
t3.micro | $0.05 |
t2.micro | $0.05 |
r6id.16xlarge | $0.50 |
c6a.4xlarge | $0.17 |
x8aedz.xlarge | $0.17 |
g4ad.2xlarge | $0.17 |
f2.6xlarge | $0.17 |
m8azn.large | $0.05 |
r5b.16xlarge | $0.50 |
Vendor refund policy
No refunds provided after usage starts.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
update to latest
Additional details
Usage instructions
- Connection Method Connect via SSH as user 'ec2-user' to the running instance. Use sudo to run commands requiring root access, or switch to root using: sudo su - root
2.Service Management Start: sudo systemctl start tomcat Stop: sudo systemctl stop tomcat Status: sudo systemctl status tomcat Enable on boot: sudo systemctl enable tomcat
-
Deploying Applications Copy your WAR file to the webapps directory: sudo cp myapp.war /opt/tomcat/webapps/ Tomcat will automatically deploy the application. It will be accessible at: http://<instance-ip>:8080/myapp To deploy as the ROOT application (accessible at /): sudo cp myapp.war /opt/tomcat/webapps/ROOT.war Restart the service after deploying to ROOT: sudo systemctl restart tomcat
-
Network Configuration Tomcat Ports:
- Port 8080 (TCP): Default HTTP connector for web application access.
- Port 8443 (TCP): Default HTTPS connector (requires SSL certificate configuration in server.xml).
- Port 8005 (TCP): Shutdown port (bound to localhost only, do not expose externally). AWS Security Group: Add inbound rule for TCP port 8080 to allow web traffic. OS Firewall (if needed): sudo firewall-cmd --permanent --add-port=8080/tcp sudo firewall-cmd --reload Please allow SSH port 22 to limited IPs for access.
Support
Vendor support
If you encounter problems in the process of using the system, please feel free to contact us by email: support@thinkclouds.ai !
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products

