You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by awmurray <al...@lexisnexis.com> on 2017/12/13 20:12:24 UTC

Exploded WAR inside of EAR not deployed

I think there may be a problem with deploying an EAR that contains an
unexploded 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>  
      <context-root>/</context-root>
    </web>
  </module>
  <module>
    <web>
      <web-uri>webUnexplodedWarFile.war</web-uri>  
      <context-root>/otherWar</context-root>
    </web>
  </module>
</application>





--
Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html