1 Reply Latest reply on May 15, 2015 11:11 AM by pmm

    How to use third party JARs in JBoss AS 7.1.1 during runtime.

    jboss234

      Our application's EAR has War file for web application and JAR for EJB module. It uses apache, struts, json, pdf, xmls, etc dependencies from external directories (not part of code base).

      Currently these dependencies configured in run.bat using classpath references. It works find with JBoss 4.0.3 server.

       

      Can I refer these external JARs same way in JBoss AS 7.1.1.

       

      What is the best way to refer dependencies in JBoss AS 7.1.1.

       

      Thanks,