Version 1

    Hi All,

     

    I want to know how to configure AS7 to do the war deploy and keep the war content like a directory (Not a content file neither a reference that I can NOT modified), where we could modify any file with NO have to do a new war deploy.

     

     

    I have a scanner for addtional directory like this:

    <deployment-scanner name="deploy2" path="D:/tools/jboss-as-7.1.1.Final/deploy" scan-interval="5000" auto-deploy-zipped="true" auto-deploy-exploded="true" deployment-timeout="120"/>

     

     

    The deploy is done correctly.

     

    I want to know to how to configure that the exploded war could be on "D:\tools\jboss-as-7.1.1.Final\standalone\deployments" and able to quick modification

     

     

    Thanks in advance.