1 Reply Latest reply on Jul 6, 2015 6:30 PM by tomekadamski

    How to change exploded war name from abc.war from abc

    akashtyagi40

      Hi.

      I am using Wildfly-8.2.0.Final and want to deploy exploded war using external directory. But as per my knowledge, jboss wants exploded war name as "abc.war".

      But i want to give the exploded war name without ".war" extension.

       

      I am using below tag for exploded war deployment

       

      <subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0">

                  <deployment-scanner path="/user/testProject//webapps/abcwarlocation" scan-interval="5000" auto-deploy-exploded="true"/>

      </subsystem>

       

      Note: Exploded war exists in /user/testProject//webapps/abcwarlocation/abc.war