[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: where to put shared jar in ear file

PeterJ do-not-reply at jboss.com
Sun Jun 21 11:59:22 EDT 2009


You never said which version of JBoss AS so I will assume 5.0.x or 5.1.0. Create a 'lib' directory within the EAR and place the common JAR there. Here's and example EAR file layout:

first.war
second.war
lib/common.jar
META-INF/application.xml

There is no need to reference the common.jar in application.xml (unless you are not using AS 5.x...)

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

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



More information about the jboss-user mailing list