0 Replies Latest reply on Sep 3, 2002 1:31 PM by sudhir_bhojwani

    Using Class-Path from MANIFEST.MF in 3.0

    sudhir_bhojwani

      I am trying to deploy an ".ear" file with a web application in a "war" file. Trying to use Class-Path from the WAR's MANIFEST.MF does not seem to load the referenced jars. The same ear works in other application servers, so nothing wrong with the MANIFEST.MF or WAR file or even the EAR file itself.

      Looking into the code I, org.jboss.deployment.DeploymentInfo I see that the MANIFEST.MF is not getting loaded. Also I realize that WAR does not explode in the temporary directory....could that be the cause of my problems.

      In any case I will be very thankful if someone could help? Once again I am trying to use JBoss 3.0