2 Replies Latest reply on Dec 19, 2005 9:28 AM by zambak

    DeploymentScanner does not redeploy the app

    zambak

      Hi

      I have set up DeploymentScanner to deploy my app which is in a different path than the JBoss. SO I have :

      <attribute name="URLs">
       deploy/,
       file:///C:\projects\super-cmt.war
       </attribute>


      The application deploys the first time but if I "touch" the web.xml scanner does not redeploy the app. If I move the app under standard default/deploy directory then there is no issue.

      Also, other attributes in DeploymentScanner MBean are left alone as default.
      <!-- Frequency in milliseconds to rescan the URLs for changes -->
       <attribute name="ScanPeriod">5000</attribute>
      
       <!-- A flag to disable the scans -->
       <attribute name="ScanEnabled">true</attribute>



      I am running on 4.0.3SP1....

      Can someone point me in the right direction?

      Thanks

      Z...