Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.31 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. JBoss AS 6 multiple ejb jars in same war - how to config?
  2. <application>
  3.   <display-name>My Application</display-name>
  4.  
  5.   <module>
  6.      <web>
  7.         <web-uri>web-app.war</web-uri>
  8.         <context-root>/myapp</context-root>
  9.      </web>
  10.   </module>
  11.  
  12.   <module>
  13.      <ejb>ejb-app.jar</ejb>
  14.   </module>
  15. </application>