Starting to explore TomEE, the following question arises: to install an EAR according to what the documentation says, the EAR must be uploaded to the "apps" folder and it says that the tomee.xml must be modified so that the deploy folder is "apps". but what is the location of this folder? I don't see her anywhere. can someone guide me? Thank you!
From the official documentation :
The directory works just like the Tomcat directory, you can put a war
/webapps
file there and it will be deployed.The directory
/apps
does not exist by default, but you can create it at the same height as the/webapps
. It will support war , ear , jar files and you can even put yourresources.xml
here.