0 Replies Latest reply on Jan 11, 2006 4:59 AM by peyrusaubes

    classloader configuration in ear

    peyrusaubes

      Hi,

      I'd like to package an ear that contains a par archive and a war.
      For classloading purpose I need to use the JBoss classloader
      instead of the Tomcat one, so i modified the
      deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml
      and set the property UseJBossWebLoader to true.

      is it possible to embed this configuration in a descriptor file embeded
      with my ear, or I must make this modification into this file before I deploy
      my ear ?
      Thanks