0 Replies Latest reply on Jan 28, 2003 10:15 AM by djolly

    .jar file ordering in a webapp classpath

    djolly

      Is there any way to specify that a certain .jar file be in the classpath *behind* the webapp's /WEB-INF/lib and classes dir?

      I've got a META-INF/MANIFEST.MF that specifies an external .jar, but I want to use the the webapp's version of classes if they exist - otherwise use this particular .jar.

      Right now, it uses the specified .jar, and not the version in my classes directory.

      Thanks.