I think there may be a problem with deploying an EAR that contains an
exploded WAR.
This must have changed between an old version of TomEE because this used to
work.
I'm using TomEE+ 7.0.2:
Here is the application.xml.
<application>
<display-name>myapp-ear</display-name>
<module>
<web>
<web-uri>webExplodedWarDir</web-uri> <----- this isn't deployed
<context-root>/</context-root>
</web>
</module>
<module>
<web>
<web-uri>webUnexplodedWarFile.war</web-uri> <------- this IS
deployed
<context-root>/otherWar</context-root>
</web>
</module>
</application>
--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html