[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: sar inside EAR not starting up

jaikiran do-not-reply at jboss.com
Wed Jan 9 07:48:40 EST 2008


You will have to add a jboss-app.xml in the META-INF folder of the ear and mention the sar file in it. Here's an example:


<jboss-app>
  |  
  |  <module>
  |    <service>myApp.sar</service>
  |  </module>
  |  
  | </jboss-app>
  | 

where myApp.sar is at the root of the ear file.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118246#4118246

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118246



More information about the jboss-user mailing list