0 Replies Latest reply on Sep 26, 2006 2:57 AM by jimmymani

    need to access jars from jboss lib directory not from WEB-IN

    jimmymani

      hi
      i am developing an ejb3 application with servlets and jsps in war and ejbs in a jar and all together packed in an ear.

      my servlet access some thirdparty api and i am adding their jar files inside the war(WEB-INF/LIB).

      session bean also access some third party jars and they are accessible from server/default/lib folder(so no need to include with application).

      is there any way to access jars from server/default/lib folder for servlets also?
      so that i can reduce the ear file size.

      thanks in advance
      jimmy