[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?
kuvera
do-not-reply at jboss.com
Wed Apr 18 07:58:01 EDT 2007
AFAIK there is no automatic inclusion of jar files in an EAR. You can define them in application.web:
| <module>
| <java>myjar.jar</java>
| </module>
|
And you place it in the root dir. of the EAR.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038325#4038325
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038325
More information about the jboss-user
mailing list