| How to add a custom JBoss archive in an Ear ? |
| Written by Mark S. | |||||
|
jboss recipe of the day
<jboss-app>
<module>
<har>sample.har</har>
</module>
</jboss-app>
If you want to provide a .sar archive then you would need:
<jboss-app>
<module>
<service>sample.sar</service>
</module>
</jboss-app>
You can also add a web application module configuration, which will override the default EAR configuration:
<module>
<web>
<web-uri>myapp.war</web-uri>
<context-root>/myapp</context-root>
</web>
</module>
JBoss.org Search
Custom Search
Only registered users can write comments!
Powered by !JoomlaComment 3.26
3.26 Copyright (C) 2008 Compojoom.com / Copyright (C) 2007 Alain Georgette / Copyright (C) 2006 Frantisek Hliva. All rights reserved." |


