[wildfly-dev] wildfly-9.0.2.Final : Sequence of loading *.war file
wildflyuser
elayaraja.s at gmail.com
Wed Jul 11 09:09:30 EDT 2018
My ear file "myapp.ear" contains 3 war file, web1.war, web2.war, web3.war
(Menu has been defined)
Some time i was not able to see the menu was not loading in my application.
if i restart its working. do we required to define the sequence of loading
*.war file ?
Coudl you please give some idea on this issue.
In jboss-deployment-structure.xml, below is my entry
<sub-deployment name="web1.war">
<dependencies>
<module name="web3.war">
<imports>
<include path="META-INF/**" />
<include path="**/*"></include>
<include path="*"></include>
</imports>
</module>
</dependencies>
</sub-deployment>
<sub-deployment name="web2.war">
</sub-deployment>
<sub-deployment name="web3.war">
</sub-deployment>
--
Sent from: http://wildfly-development.1055759.n5.nabble.com/
More information about the wildfly-dev
mailing list