0 Replies Latest reply on Jan 27, 2004 11:28 AM by renato.romano

    Multiple WAR ClassLoader Problem

    renato.romano

       

      "renato.romano" wrote:
      Hi all,
      I have to deploy two wars in my application archive, both using external libraries (struts, commons.* ...), both including these jars in their respective WEB-INF/lib directory. It seems to me that this is causing prblems to JBoss (or Tomcat, or struts!!!) because I get an "Error createing bean of class klazz" with a ClassNotFoundException error.

      By reading some topic it seems a solution is to lists those jars in each war's manifest file... Is this correct and working ? Can someone address me to do this (maybe with an ant target) ?

      Any help is VERY appreciated.
      Renato