Overview
This product provides Eclipse Jetty 12.0.8 integrated with CentOS Stream 9 and delivered as an Amazon Machine Image (AMI) by ThinkCloud. The image includes a pre-configured, security-hardened Java web server and servlet container for immediate deployment.
Jetty 12.0.8 is a lightweight, embeddable Java server supporting modern Jakarta EE servlet specifications. Its modular architecture supports HTTP, HTTPS, WebSocket, JSP, and other components, while WAR deployment enables straightforward Java web application hosting.
Marketplace software charges cover seller-performed software and operating-system integration, preparation of the Java runtime and Jetty module configuration, application of the verified hardening baseline, repeatable image construction, and final AMI testing. Support and maintenance are supplementary services and are not the sole basis for the software charges.
Highlights
- CentOS Stream 9 Minimal installation with latest updates
- Professional technical support and fast response
- Optimized configuration for Jetty 12.0.8 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 |
t2.micro | $0.05 |
t3.micro | $0.05 |
c8id.12xlarge | $0.50 |
inf2.24xlarge | $0.50 |
r6in.metal | $0.50 |
c5ad.large | $0.05 |
g6.xlarge | $0.17 |
c6id.32xlarge | $0.50 |
r6idn.xlarge | $0.17 |
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
-
Application Details Check Version: cd /opt/jetty-base && /usr/bin/java -jar /opt/jetty-home/start.jar --version Jetty Home (Binaries): /opt/jetty-home (Do not modify files here. This is the read-only program files.) Jetty Base (Your Data): /opt/jetty-base (This is where you work. Contains Configs, Logs, and Webapps.)
-
Configuration File Paths HTTP Port Config: /opt/jetty-base/start.d/http.ini (Edit this file to change the port) General Server Config: /opt/jetty-base/start.d/server.ini
-
Service Management To manage the Jetty service, use the following systemd commands: Start: sudo systemctl start jetty Stop: sudo systemctl stop jetty Status: sudo systemctl status jetty
-
Network Configuration Jetty Ports:
- Port 8080 (TCP): Default HTTP Port. Listens on 0.0.0.0:8080 (all interfaces).
- Port 22 (TCP): SSH access.
How to Change Port:
- Edit the config: sudo nano /opt/jetty-base/start.d/http.ini
- Find or add line: jetty.http.port=8081
- Restart service: sudo systemctl restart jetty
AWS Security Groups:
- Allow TCP 8080 (or your custom port) for web application access.
- Allow TCP 22 limited to trusted IPs for SSH access.
OS Firewall (if needed): sudo firewall-cmd --permanent --add-port=8080/tcp sudo firewall-cmd --reload
- Deployment WAR Files: Copy your .war file to /opt/jetty-base/webapps/ (e.g., /opt/jetty-base/webapps/myapp.war will be available at http://IP:8080/myapp ) Static Site: Create a directory inside webapps (e.g., ROOT for the homepage) and place index.html there.
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.