1 Reply Latest reply on Jan 6, 2002 12:23 AM by adrian.brock

    JSPs and the new unified classloader in RH

    alu1344

      Hi, sorry to ask but I'm slow catching it: with the new unified classloader Marc has done JSP's are about to catch the classes they need on the fly?

      I mean, I'm testing a webapp (a .war inside a .ear that also has included some utility classes) where JSP's don't find other java classes. So, is it that:

      a) I'm awfully wrong and I should include everything needed in the war file.
      b) The unified classloader hasn't been comitted to CVS yet, but when it is, everything under the same VM will be found and peace and wisdom will proliferate everywhere :)

      Thanks in advance

        • 1. Re: JSPs and the new unified classloader in RH

          Basically yes.

          At the moment the ejb and web stuff are deployed
          using separate deployers each creates a different
          class loader.

          Marc's changes will unify both of these.

          Or put another way, the web containers and j2ee
          containers will share the same class loader for
          a given application.

          Regards,
          Adrian