If you have already used Apache Tomcat, you can consider yourself ready to use Apache TomEE. It is based on the Tomcat's core and implements the Jakarta EE specs.
Understanding Apache TomEE
Getting ready
You need to download Apache TomEE to your environment. To download it, just visit http://tomee.apache.org/downloads.html. This recipe is based on TomEE 8.0.0-M2.
Wherever possible, we will focus on doing tasks using the configuration files.
How to do it...
Follow these steps:
- Deploy EAR, WAR, and JAR files—for EAR (short for Enterprise Application aRchive...