aspose file tools
The moose likes JBoss and the fly likes JBoss Archive Files Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "JBoss Archive Files" Watch "JBoss Archive Files" New topic
Author

JBoss Archive Files

Dave Salter
Ranch Hand

Joined: Jul 20, 2005
Posts: 292

I know that JBoss supports .WAR and .EAR files, but I've also seen a few .SAR files hanging around.

What exactly is a .SAR file and how does it differ from any other archive formats.

Are .SAR files JBoss specific?

Cheers,

Dave.
norman richards
Author
Ranch Hand

Joined: Jul 21, 2003
Posts: 364
SAR files are Service ARchives. Like their abbreviated form, the simple *-service.xml file, they represent services that are to be loaded into the JBoss microkernel. These archives/files are specific to JBoss, but the services they represent are not necessarily so.


[<a href="http://members.capmac.org/~orb/blog.cgi" target="_blank" rel="nofollow">blog</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/0596100078/orb-20" target="_blank" rel="nofollow">JBoss: A Developer's Notebook</a>] [<a href="http://www.amazon.com/exec/obidos/ASIN/1932394052/orb-20" target="_blank" rel="nofollow">XDoclet in Action</a>]
Surasak Leenapongpanit
Ranch Hand

Joined: May 10, 2002
Posts: 341
SARs that are JARs must have a META-INF/jboss-service.xml descriptor.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JBoss Archive Files
 
Similar Threads
About Jboss
Understanding JMX
Weblogic and Custom Mbean
SAR files
failed to initialize bean container with "Null beannMetaData" error