0

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

cyril
  • 872
  • 6
  • 29

1 Answers1

0

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.

James R. Perkins
  • 16,800
  • 44
  • 60
  • https://developer.jboss.org/thread/272630, in theory it is possible, in practice there is a bug – cyril Dec 01 '16 at 12:30