2 Replies Latest reply on Jul 11, 2013 2:09 AM by cyron

    How to add module to location other than the default JBOSS_MODULESPATH?

    cyron

      I added module path like

       

      JBOSS_MODULESPATH=/user/me/my-modules:$JBOSS_HOME/modules

       

      and use module add cli command to add modules.

       

      but the modules added is under the default $JBOSS_HOME/modules.

       

      so how can I add modules under the new added module path using module add cli command?

       

      I known I can manually move modules to /user/me/my-modules.