1 Reply Latest reply on Nov 14, 2006 1:51 AM by rashmi_setty

    How to share the libs between WARs?

    serein

      Hello,
      I've got several portlets, deployed as WAR files to /server/default/deploy, and they all have a plenty of same jars, which I have to keep in WEB-INF/lib/ of every WAR individually. Is there a way to put these jars into one common place so that all my portlets could use it?
      I tried to place all portlets to a SAR directory and to put jars into myapp.sar/lib/, but that didn't work.