1 Reply Latest reply on Mar 23, 2005 1:56 PM by jpsabadini

    NEWBIE: Deploying a SAR

    charles_so

      Dear, I am new to JBoss. I found through the WIKI, Forums and found nothing on how to create a SAR.

      I am trying to deploy an application to run inside JBoss, and from the docs (from the application) it says I need to write a JBoss service of which has:

      1) a class that extends the ServiceMBeanSupport
      2) another class that extends the ServiceMBean


      The doc also says the SAR should contain the .jar and .xml files. Once deployed inside JBoss, JBoss will know how to scan the .SAR file and load the application.

      Is there any instruction or documentation on how to do this?


      Thanks!