• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SAR Deployment

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I needed some help on configuring SAR deployment. I have a sar file and an ear file. I need the SAR file to deploy after the ear file; and deploy only if the ear file has been properly deployed.
How do I configure that? I know I need to modify the jboss-service.xml in the packaged sar; but I donot know the syntax of what to write that into the jboss-service.xml.

Is it a better idea to deploy the SAR file as part of the ear? Are there any recommendations/guidelines related to that?

--Anurag
reply
    Bookmark Topic Watch Topic
  • New Topic