1 Reply Latest reply on Nov 8, 2005 5:06 PM by smerrick

    EAR deployer is not looking for the jar files from the relat

      My ear file contains jar files and the manefest file had the path for these jars. But ear deployer is appending these paths defined in manifest file to location where it picked up the ear file.

      Example: /usr/myuser/deploy/my.ear


      Contents of the ear: /my.jar
      my.war
      application.xml
      jboss-app.xml
      there is a manifest file for both ear and war. Both have the same classpath for jars.
      Content of the Manifest.mf: Manifest-Version: 1.0
      Ant-Version: Apache Ant 1.6.5
      Created-By: 1.5.0_04-b05 (Sun Microsystems Inc.)
      Class-Path: ./spring.jar


      Now when jboss is deploting is says /usr/myuser/deploy/spring.jar not found. Why is it looking there for the jar file. It should be looking where it exploded the ear file, which is the tmp/deploy directory.