1 Reply Latest reply on Feb 22, 2018 9:14 AM by jaikiran

    extending ModuleClassLoader

    branoush

      I want to extend ModuleClassLoader and config the wildfly to use this extended class

      instead of the default one. I am using Wildfly 11.

      I want to know if this is possible

      and how I can config the Wildfly to use the extended class loader ?

      I want the extended class loader is used only in my web app and not the other applications

      may be present in the that Wildfly AS.

       

      thanks a lot for helps

        • 1. Re: extending ModuleClassLoader
          jaikiran

          Could you add some details on why you want to extend the ModuleClassLoader? It really can't be replaced within WildFly, but if you do explain what you are trying, then maybe there might be a different way of doing it.