you can do either sar or ear, both can deploy services (the har file is a 
service).

if you use a sar file, just put the all the files at the root of the sar they 
will be deployed.

if you use an ear file, you need to declare :

war in META-INF/application.xml
jar referenced by other files through META-INF/MANIFEST.MF using the classpath 
manifest entry
har in META-INF/jboss-app.xml

a link http://wiki.jboss.org/wiki/Wiki.jsp?page=EARSAR explaining jboss-app.xml

for the war and the jar it is pretty much standard, anyway all of this can be 
found in the online documentation.

you can take the forums as an example too

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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to