2 Replies Latest reply on Mar 20, 2002 12:34 AM by duhb

    J2EE Application ClassLoader

    duhb

      When I deploy a J2EE Application including some modules,how many classloaders will be create by Jboss(JBoss+Tomcat)?only one or each one for every module?
      I test it that,the web component can find the class in ejb modules,I havn't put the class into WEB-INFO/classes(or lib).I have two ejb modules,the ejbs references ejb in other module,it need the each other's Remote and Home Interface class and other util classes.Only the .jar's Class-Path mechanism can I use?Can I include these classes in every ejb modules(keep thee same class version)?
      Every help welcome.
      I am sorry for my pool English.