0 Replies Latest reply on Aug 30, 2013 12:25 PM by mschwery

    adding another modules repository location to startup paramater

    mschwery

      I have put some property files in the modules directory and they work great at c:\Java\Redhat\jboss-eap-6.1\modules\com\main.

      Then I moved the the the property files to c:\Java\Redhat\www\com\main and changed the startup program arguments to -mp "C:/Java/Redhat/jboss-eap-6.1/modules;C:/Java/Redhat/www/modules" -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -b localhost --server-config=standalone-full.xml. After restarting eclipse it can't find the module in the new location.

      Is there something else I have to do?