0 Replies Latest reply on Jul 8, 2015 6:26 AM by karthik227

    How to force Jboss EAP 6.2  load Jars from my  war file webapp lib folder only

    karthik227

      Hi,

      can someone share  the code  for the the jboss-deployment-structure xml file how it should look exactly to  force load the jars from the web-inf lib folder only.

      I m unable to find out exactly   which jar file is conflicting with the Jboss system library on loading and i m supposed to exclude. So i  guess better solution would be to force load all the jars available in my web-app lib  folder and make the app UP and running.

      Need quick solution, Please share  the code snippet  with real example form.

      My WebApp Looks like this :

       

      MyApp  

                 | META-INF

                 | WEB_INF-

                                      | lib

                                            | - my-first-conflicting-jar.jar

                                            | -  my-second-conflicting-jar.jar

                                            | - non-conflicting-jar.jar