1 Reply Latest reply on Jun 18, 2015 5:41 AM by wdfink

    How to cascade deployment of exploded war from domain controller to host controller in domain mode?

    happy13

      We have folder based explore structure of war , which we want to deploy, With GUI it seems it only need compress war is deploy. How we can deploy folder structure war in domain mode ?

      Using below snippet in domain.xml but this only deploys on domain controller not on remaining hosts as it expects the war in same path.

      <deployment name="MyApp.war" runtime-name="MyApp.war"> <fs-exploded path="/deployments/MyApp.war"/> </deployment>

      Is there a way where i can deploy exploded war on one place and it will cascade the same on remaining hosts as it does from management console for archived war/ear.