2 Replies Latest reply on Aug 14, 2008 6:00 AM by michaelchan

    jars in Lib directory within a .EAR is copied to every .WAR

    michaelchan

      Hi,

      I have a .EAR with about 15 wars. When the .EAR is deployed, I found out from server.log, any jars in the webapp.ear/lib are copied "number of .war" times by the jboss main deployer. Say for example, I have jdom.jar in webapp.ear/lib, and the jdom.jar is copied to the lib directory of every single .WAR during deployment. Is this a bug? Or am I missing something?

      Thanks