"Mattias V. Bertelsen" wrote:
> 
> I'm deploying an ear file that looks like this:
> 
> META-INF/application.xml
> META-INF/MANIFEST.MF
> beans.jar
> webapp.war
> 
> Why can't the webapp in the .war file load classes from beans.jar?  I
> assumed that deploying in an ear would handle this?
> 
> I then tried adding
> 
> Class-Path: ./beans.jar
> 
> To the MANIFEST.MF file.

Which MANIFEST.MF? 
Since the Class-Path entry points to an archive _relative_ to this
archive, it makes only sense in the war files MANIFEST.MF.

So the webapp.war files MANIFEST.MF is the place for it.

HTH

\Daniel


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to