0 Replies Latest reply on May 14, 2002 2:10 AM by pnir

    EAR Deployment

    pnir

      I've created a EAR with a few EJB jars. All the EJB jars contain the same manifest file which defines the same class path to utility JARS inside the EAR.
      The application eploys corectly and works, but the adding of the CLASSPATH JARS is done for each EJB jars which takes a lot of time.
      Is it possibel to instruct jboss to load the CLASSPATH jars only once ?