Discussion:
Exploded WAR inside of EAR not deployed
awmurray
2017-12-13 20:12:24 UTC
Permalink
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
Loading...