0 Replies Latest reply on Jul 22, 2016 3:16 AM by feugue

    Deploy a new jar file without changing module.xml

    feugue

      Hello,

       

      My Jboss is used for many application. I want to deploy another one on the same Jboss and the guide is asking to do a change in these files

       

      %JBOSS_HOME%\modules\system\layers\base\sun\jdk\main\module.xml

      %JBOSS_HOME%\modules\system\layers\base\javax\xml\jaxp-provider\main\module.xml

      %JBOSS_HOME%\modules\system\layers\base\javax\ws\rs\api\main\module.xml

      %JBOSS_HOME%/standalone/configuration/standalone.xml

       

      I do not want to change these global file. is there a way to do the only only for the new apps I want to deploy. I heard about class loading

       

      One of the change is:

       

      Add the following path entries to the %JBOSS_HOME%\modules\system\layers\base\sun\jdk\main\module.xml file :

       

       

      <path name="com/sun/org/apache/xerces/internal/dom"/>

      <path name="com/sun/org/apache/xerces/internal/jaxp"/>

      <path name="com/sun/org/apache/xerces/internal/util"/>