Could someone explain to me how to add a WAR file into an EAR? I have one EAR file that already contains one WAR file, i have another WAR file that i would like to add to this EAR so it can contain both WARs and works properly.
I don't know how to this but i think is possible to do it manually changing the application.xml file which is included into the EAR.
Thanks!