Listing Thumbnail

    Jetty on CentOS Stream 9 with support by ThinkCloud

     Info
    Sold by: ThinkCloud 
    Deployed on AWS
    AWS Free Tier
    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. This AMI contains Jetty 12.0.8 on CentOS Stream 9 and includes support.

    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. This AMI contains Jetty 12.0.8 on CentOS Stream 9 and includes support. It offers a pre-configured, security-hardened environment designed for immediate deployment.

    Eclipse Jetty is a highly scalable, lightweight, and embeddable Java-based web server and servlet container. It is widely used in production environments for serving Java web applications (WAR files) and as an embedded server within frameworks and tools. Jetty 12.0.8 supports the latest Jakarta EE specifications and provides a modular architecture that allows you to enable only the components you need, minimizing resource usage and attack surface.

    Benefits:

    • Lightweight & Embeddable: Jetty has a small footprint and can be run as a standalone server or embedded directly into Java applications.
    • High Performance: Optimized for high concurrency and low latency, making it suitable for large-scale production deployments.
    • Modular Architecture: Enable only the modules you need - HTTP, HTTPS, WebSocket, JSP, and more - keeping your server lean and secure.
    • Jakarta EE Compatible: Fully supports the latest Jakarta EE servlet specifications, ensuring compatibility with modern Java web applications.
    • Easy WAR Deployment: Deploy your applications simply by copying WAR files to the webapps directory - no complex configuration required.

    This AMI is ideal for Java Developers, Backend Engineers, and DevOps teams who need a reliable and lightweight servlet container for hosting Java web applications on AWS.

    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

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    CentOs 9

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
    Financing for AWS Marketplace purchases

    Pricing

    Jetty on CentOS Stream 9 with support by ThinkCloud

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.
    If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier  for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier  for more details.

    Usage costs (791)

     Info
    • ...
    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?

    We'd like to hear your feedback and ideas on how to improve this page.
    We'd like to hear your feedback and ideas on how to improve this page.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    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

    1. 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. 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.)

    3. 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

    4. 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

    5. 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:

    1. Edit the config: sudo nano /opt/jetty-base/start.d/http.ini
    2. Find or add line: jetty.http.port=8081
    3. Restart service: sudo systemctl restart jetty

    AWS Security Groups:

    1. Allow TCP 8080 (or your custom port) for web application access.
    2. 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

    1. 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.

    Similar products

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    Be the first to review this product . We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.