2 Replies Latest reply on Nov 4, 2003 6:33 PM by mpurdy

    sharing a util jar in a jboss application

    mpurdy

      i have an ear file with the following structure:

      LIB
      --------myUtil.jar
      META-INF
      ---------application.xml
      ---------MANIFEST.MF
      myEJB.jar
      myWEB.war

      i added the following line to the MANIFEST.MF
      Class-Path: lib/myUtil.jar

      however the servlets cant find the classes in myUtil.jar, do i have to make
      two copies of myUtil.jar and add one to the lib dir under the WEB-INF/lib
      directory?

      thanx,
      matt