4 Replies Latest reply on Jul 10, 2012 5:48 AM by lukasw44

    Jboss AS7 deployment scanner.

    mohtech

      Hi all,

       

      I'm using eclipse Indigo and Jboss AS 7.1.1 on linux.

      I'm having problem with auto deployment features on Jboss AS,

      when eclipse generate a new ear inside jboss deployments directory,

      the application server log the following line :

       

             Mark /product/jboss-as/7.1.1/standalone/deployments/MyEAR.ear/MyEarWeb.war for restart

       

      but nothing happens, the ear is not deployed.

      Date and time for the new ear changes, but the deplyment directory

      remains unchanged.

      Nothing in the logs shows that application is redeployed.

       

      The EAR contains :

       

           - a jar with EJBs

           - a war with my web application

       

      deployment scanner is configured in standalone.xml :

       


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

      <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-enabled="true" scan-interval="1000" auto-deploy-zipped="true"/>

      </subsystem>

       

      Did anyone had the same problem ?

      any solution ?

       

      thanks in advance.