1 Reply Latest reply on Nov 18, 2008 4:36 AM by jaikiran

    EJB in same class loader as Servlets

    freejohn22

      Dear all,
      I have found in the performance tuning section the advice in the subject.
      I wonder, how can I achieve that ? is it the default behaviour when I create an EAR with EJB and Servlets ?
      tahnks a lot
      john

        • 1. Re: EJB in same class loader as Servlets
          jaikiran

          As far as i know, when you package the WAR and the EJB JAR into an EAR, the WAR will have its own classloader (as specified by the spec) and the classes in the WAR will not be accessible outside the WAR file.

          I have found in the performance tuning section the advice in the subject.


          Could you please point us to that?