1 Reply Latest reply on Mar 6, 2007 10:16 AM by dimitris

    SAR file directory structure question

    techie_techie

      Hi,

      I have a sar file with a directory structure as below:

      MySync.sar
      + com.coolcraft.sync (MBean classes)
      + META-INF
      -jboss-service.xml
      + WEB-INF
      -lib
      -- myJar.jar ( My business logic jars)
      -- jboss-jmx.jar
      -- jboss-system.jar
      -log4j.xml

      Now question is do I really need to have WEB-INF/lib folder here? Somehow service is working only with this directory structure. When I moved all jar files to the top level then service is not working.

      Can anybody suggest how exactly sar files works? Any documentation?

      TIA,
      Sachin