anonymous wrote : Now, I want to package them in a single EAR file. Since they share
third-party libraries, I put those libraries in the lib directory at the root of my EAR
archive and declared those JARs int the MANIFEST of both the web module and the EJB module
(but not in the EAR MANIFEST, should I ?).
The way i usually do this is by mentioning those jars in the application.xml (present in
the META-INF of the ear file) files as follows:
<module >
| <java>struts-taglibs.jar</java>
| </module>
|
| <module >
| <java>struts-core.jar</java>
| </module>
|
and place these jar files directly inside the ear
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994664#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...