0 Replies Latest reply on Mar 27, 2002 4:17 PM by aroller

    MANIFEST.MF Class-Path Reference in Unpacked Deployment

    aroller

      Hi,

      I have been deploying using an .ear file. I want to move to unpacked deployment, unpacking only the web application.

      The web application references share.jar which contains the classes shared between the EJBs and Web apps. I use the Class-Path: reference in MANIFEST.MF in the web application to reference the share.jar, but in the unpacked deployment the JBoss 2.4.4/Tomcat4.0.1 is not finding the shared classes.

      Has anyone been able to use the Class-Path: reference in an unpacked deployment?