It is possible to have several war in one EAR.
But is it possible to replace only one war in the EAR while deploying on admin console for example ?
example :
EAR WAR1 WAR2
then i have to redeploy only WAR1 not entirely EAR
It is possible to have several war in one EAR.
But is it possible to replace only one war in the EAR while deploying on admin console for example ?
example :
EAR WAR1 WAR2
then i have to redeploy only WAR1 not entirely EAR
No, you'd need to redeploy the entire EAR. If it's just an EAR with several WAR's then you could just deploy each WAR separately.
However you may be able to use a deployment overlay.