0 Replies Latest reply on Sep 19, 2002 1:37 PM by neo1

    classpath recognition

    neo1

      I have a .war file of jsp(s) that needs to reference several jars, like the classes12.jar used for Oracle connections. But it only recognizes the 1 jar mapped in the application.xml file in my .ear file. The .war file contains a manifest.mf file with an classpath attribute listing all the required jars, but this doesn't seem to work.
      I'm sure there is a simple solution. May I have it?