
We recently migrated to TomEE container from Glassfish and quickly deployed it into AWS EC2 instance. Apache TomEE is the most suitable application server compatible with Java 1.8+ JVMs. Also easy to configure like tomcat container. Apache TomEE administrator console is very user-friendly and easy to manage deployed applications. Apache TomEE provides good support to server memory management and GC. Very lightweight Application server, and JVM had to allocate significantly less memory allocation for Apache TomEE. Very easy to configure security layers such as SSL with the TomEE server. TomEE enables good plugins to integrate the server with project build tools and IDEs. Easy to run the server on debug mode with IDEs such as IntelliJ and Eclipse. Review collected by and hosted on G2.com.
Need more support with inbuilt libraries to OpenEJB application configurations. Need to improve server loggings. Better if Apache TomEE introduces logging streams or a similar architecture to manage server logs. Better providing more features to detect memory leaks in server. Review collected by and hosted on G2.com.