0 Replies Latest reply on Sep 18, 2014 6:53 AM by jamesviet

    How to avoid restart server after update module.xml

    jamesviet

      Hi all,

       

      I have a concern about how do we avoid restart JBoss7 server after updated module.xml

       

      My case like this:

       

      I have an application, I defined an module for this and put it to server/jboss-EAP-6.1/modules/ (I used EAP 6.1 Final).

       

      When installing the app, I will copy some dependencies of my app to my module. Look like that:

      <module xmlns="urn:jboss:module:1.1" name="commyApp">

          <resources>

              <resource-root path="a.jar"/>

              <resource-root path="b.jar"/>

          </resources>

      </module>

       

       

      I don't know how JBoss can automatically load my module after I updating it?

       

      At the present, I must trigger restart JBoss server to make the module loading ...

       

      Regards,

      Viet