Apache TomEE is an open-source, lightweight Jakarta EE application server built on Apache Tomcat, adding JPA, CDI, EJB, JAX-RS and more. This image runs TomEE on Ubuntu 24.04 LTS, hardened and fully patched, with the TomEE/Tomcat Manager console on port 80 behind authentication, a unique per-VM admin credential generated on first boot, and deployments on a dedicated disk. Maintained by cloudimg.
## Apache TomEE on Ubuntu 24.04 LTS
Apache TomEE is a Jakarta EE (Web Profile / Plus) application server that extends Apache Tomcat with the full enterprise Java stack — JPA, CDI, EJB, JAX-RS, JMS and more — while keeping Tomcat's light footprint. This image is built and maintained by cloudimg on a hardened, fully patched Ubuntu 24.04 LTS base.
### What's included
### Getting started
Retrieve the generated password with `sudo cat /root/tomee-credentials.txt`, then sign in to the Manager app at the VM's public IP to deploy WARs, or drop them into the webapps directory. The deployment guide on cloudimg.co.uk covers deployment, data sources, and day-2 operations.