TomEE directory layout is the same as that of Tomcat, with a few changes as described below.
Considering this root to be the $tomee-install-dir>
/webapps: Works the same way as it does for Tomcat. Drop your directories/wars in here! /webapps/tomee: The added webapp which brings the “EE” (Read, place where all the magic happens) /bin: (Untouched) /conf: Added tomee.xml Server.xml As in tomcat with one extra listener. (Can configure ports, hosts, engines, threadpools etc) /webapps/tomee/lib All the new lib jars provided by the server. /conf/tomee.xml This is where most TomEE configuration happens – This is where global resources are defined.