[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: library need in ear archive
francis17101970
do-not-reply at jboss.com
Thu Sep 4 10:54:52 EDT 2008
it's simply a matter of classloading.
If you put files in the WEB-INF/lib dir they will be visible only to the web application. Good if these lib are only needed by the webapp
On the other hand if you need the jar file for the WHOLE enterprise application put it in the ear file.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174331#4174331
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174331
More information about the jboss-user
mailing list